'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) {
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