Commit f185170b authored by Vitaly Lipatov's avatar Vitaly Lipatov

patches: add mdac odbcad32.exe native override

parent 9de86f89
From 45c13f82b08feb764009f86691c1ce84065eefe4 Mon Sep 17 00:00:00 2001
From: Vitaly Lipatov <lav@etersoft.ru>
Date: Thu, 4 Jun 2026 14:00:00 +0300
Subject: [PATCH] mdac: set odbcad32.exe to native
Wine now ships a builtin odbcad32.exe (it did not exist before), so it
must be overridden to native along with the other MDAC ODBC DLLs.
---
src/winetricks | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/winetricks b/src/winetricks
index e0c9631..4338c35 100755
--- a/src/winetricks
+++ b/src/winetricks
@@ -19068,6 +19068,8 @@ load_native_mdac()
fi
w_override_dlls native,builtin mtxdm odbc32 oledb32
+
+ w_override_dlls native,builtin odbcad32.exe
}
#----------------------------------------------------------------
--
2.50.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment