mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
[ODBC32] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73284
This commit is contained in:
parent
69581680df
commit
90dbda7271
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue