15 Aug
2024
15 Aug
'24
3:34 a.m.
Upstream is failing since it's only looking in HKEY_USER, and your code isn't correcting that.
This patch isn't trying to fix that. The reason it's only looking under HKEY_USER is because SQLConfigDataSource() sets the config mode to ODBC_ADD_DSN for a user DSN before calling the setup function, which is correct AFAICT. This is the same before and after this patch. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6278#note_78807