Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
winetricks
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
winetricks
Commits
f185170b
Commit
f185170b
authored
Jun 04, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patches: add mdac odbcad32.exe native override
parent
9de86f89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
0009-mdac-set-odbcad32-exe-native.patch
patches/0009-mdac-set-odbcad32-exe-native.patch
+27
-0
No files found.
patches/0009-mdac-set-odbcad32-exe-native.patch
0 → 100644
View file @
f185170b
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment