Module: wine Branch: master Commit: 56554cd72b4f4c6bf450218e390fc5838fef4db8 URL: https://gitlab.winehq.org/wine/wine/-/commit/56554cd72b4f4c6bf450218e390fc58...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Jul 5 16:15:10 2024 +0200
odbc32: Introduce a Windows driver loader and forward a couple of functions.
Forwarding is decided by looking at the driver filename. If the data source specifies a driver filename ending in .dll, assume it's a Windows driver, otherwise assume it's a Unix driver.
---
dlls/odbc32/proxyodbc.c | 664 ++++++++++++++++++++++++++++++++++++++++++------ dlls/odbc32/unixlib.c | 10 +- dlls/odbc32/unixlib.h | 25 +- 3 files changed, 600 insertions(+), 99 deletions(-)