Alexandre Julliard pushed to branch master at wine / wine
Commits: 696f85ca by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Make the driver loader thread-safe.
- - - - - ab0518c6 by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Return an error when a required driver entry point is missing.
- - - - - e91edb2b by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Forward SQLSetConnectAttr() to the Unicode version if needed.
- - - - - 74963353 by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Forward SQLSetConnectOption() to the Unicode version if needed.
- - - - - c5e35b7a by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Forward SQLSetCursorName() to the Unicode version if needed.
- - - - - 7f1ebb8f by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Forward SQLSetDescField() to the Unicode version if needed.
- - - - - 965957f4 by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Forward SQLSetStmtAttr() to the Unicode version if needed.
- - - - - f0852447 by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Forward SQLSpecialColumns() to the Unicode version if needed.
- - - - - fb52a13c by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Forward SQLStatistics() to the Unicode version if needed.
- - - - - bbd9b0b2 by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Forward SQLTablePrivileges() to the Unicode version if needed.
- - - - - 8e378b39 by Hans Leidekker at 2024-08-09T21:23:00+02:00 odbc32: Forward SQLTables() to the Unicode version if needed.
- - - - -
1 changed file:
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6af6e4a5ecf185d12224b4ceff067d...