mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[ODBC32] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73284
This commit is contained in:
@@ -525,7 +525,7 @@ static BOOL ODBC_LoadDriverManager(void)
|
||||
return TRUE;
|
||||
}
|
||||
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;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@@ -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/ntdsapi # 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/ole32 # Synced to WineStaging-1.9.16
|
||||
reactos/dll/win32/oleacc # Synced to WineStaging-1.9.11
|
||||
|
||||
Reference in New Issue
Block a user