[ODBC32] Sync with Wine Staging 1.9.23. CORE-12409

svn path=/trunk/; revision=73284
This commit is contained in:
Amine Khaldi 2016-11-17 22:55:42 +00:00
parent 69581680df
commit 90dbda7271
2 changed files with 2 additions and 2 deletions

View file

@ -525,7 +525,7 @@ static BOOL ODBC_LoadDriverManager(void)
return TRUE; return TRUE;
} }
failed: failed:
WARN("failed to open library %s: %s\n", debugstr_a(s), error); ERR_(winediag)("failed to open library %s: %s\n", debugstr_a(s), error);
nErrorType = ERROR_LIBRARY_NOT_FOUND; nErrorType = ERROR_LIBRARY_NOT_FOUND;
return FALSE; return FALSE;
} }

View file

@ -137,7 +137,7 @@ reactos/dll/win32/netapi32 # Forked at Wine-1.3.34
reactos/dll/win32/npptools # Synced to WineStaging-1.9.11 reactos/dll/win32/npptools # Synced to WineStaging-1.9.11
reactos/dll/win32/ntdsapi # Synced to WineStaging-1.9.11 reactos/dll/win32/ntdsapi # Synced to WineStaging-1.9.11
reactos/dll/win32/objsel # Synced to WineStaging-1.9.11 reactos/dll/win32/objsel # Synced to WineStaging-1.9.11
reactos/dll/win32/odbc32 # Synced to WineStaging-1.9.11. Depends on port of Linux ODBC. reactos/dll/win32/odbc32 # Synced to WineStaging-1.9.23. Depends on port of Linux ODBC.
reactos/dll/win32/odbccp32 # Synced to WineStaging-1.9.11 reactos/dll/win32/odbccp32 # Synced to WineStaging-1.9.11
reactos/dll/win32/ole32 # Synced to WineStaging-1.9.16 reactos/dll/win32/ole32 # Synced to WineStaging-1.9.16
reactos/dll/win32/oleacc # Synced to WineStaging-1.9.11 reactos/dll/win32/oleacc # Synced to WineStaging-1.9.11