odbccp32: Look at the Setup key to find the driver of ODBC config functions.
commit6dca99a71347731f449d39fb0a46b0331e4206f9
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Mon, 17 Jun 2024 07:55:14 +0000 (17 17:55 +1000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Jun 2024 20:59:40 +0000 (21 22:59 +0200)
tree645306394c018dad8d7cc5bcc891d7aa8be2ff01
parentbd36ac98c0d51ab6b78692aa79963e9c10c64b4d
odbccp32: Look at the Setup key to find the driver of ODBC config functions.

We need to look at the Setup key for the driver, as it can be different
compare to the actually driver.

For example, mysql uses the same Setup file to configure both the Ascii/Unicode
vession but has a different file for the actual ODBC functions.
dlls/odbccp32/odbccp32.c