[TAPI32] Sync with Wine Staging 1.9.4. CORE-10912
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 5 Mar 2016 10:26:27 +0000 (10:26 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 5 Mar 2016 10:26:27 +0000 (10:26 +0000)
svn path=/trunk/; revision=70936

reactos/dll/win32/tapi32/assisted.c
reactos/media/doc/README.WINE

index 960081e..aab6863 100644 (file)
@@ -46,7 +46,7 @@ DWORD WINAPI tapiGetLocationInfoW(LPWSTR countrycode, LPWSTR citycode)
          'C','u','r','r','e','n','t','V','e','r','s','i','o','n','\\',
          'T','e','l','e','p','h','o','n','y','\\','L','o','c','a','t','i','o','n','s',0};
 
          'C','u','r','r','e','n','t','V','e','r','s','i','o','n','\\',
          'T','e','l','e','p','h','o','n','y','\\','L','o','c','a','t','i','o','n','s',0};
 
-    if(!RegOpenKeyW(HKEY_LOCAL_MACHINE, locations_keyW, &hkey) != ERROR_SUCCESS) {
+    if(RegOpenKeyW(HKEY_LOCAL_MACHINE, locations_keyW, &hkey) == ERROR_SUCCESS) {
         valsize = sizeof( DWORD);
         if(!RegQueryValueExW(hkey, currentidW, 0, &type, (LPBYTE) &currid, &valsize) &&
            type == REG_DWORD) {
         valsize = sizeof( DWORD);
         if(!RegQueryValueExW(hkey, currentidW, 0, &type, (LPBYTE) &currid, &valsize) &&
            type == REG_DWORD) {
index e6c4716..d3ce999 100644 (file)
@@ -187,7 +187,7 @@ reactos/dll/win32/stdole32.tlb        # Synced to WineStaging-1.7.55
 reactos/dll/win32/sti                 # Synced to WineStaging-1.7.55
 reactos/dll/win32/sxs                 # Synced to WineStaging-1.7.55
 reactos/dll/win32/t2embed             # Synced to WineStaging-1.7.55
 reactos/dll/win32/sti                 # Synced to WineStaging-1.7.55
 reactos/dll/win32/sxs                 # Synced to WineStaging-1.7.55
 reactos/dll/win32/t2embed             # Synced to WineStaging-1.7.55
-reactos/dll/win32/tapi32              # Synced to WineStaging-1.7.55
+reactos/dll/win32/tapi32              # Synced to WineStaging-1.9.4
 reactos/dll/win32/traffic             # Synced to WineStaging-1.7.55
 reactos/dll/win32/twain_32            # Synced to WineStaging-1.7.55
 reactos/dll/win32/updspapi            # Synced to WineStaging-1.7.55
 reactos/dll/win32/traffic             # Synced to WineStaging-1.7.55
 reactos/dll/win32/twain_32            # Synced to WineStaging-1.7.55
 reactos/dll/win32/updspapi            # Synced to WineStaging-1.7.55