Commit e62e88f4 authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

During startup of the connection to an external ODBC provider

(e.g. unixODBC) replicate that provider's driver and DSN data to the registry so that Windows programs that actually query the registry rather than the ODBC will find at least some information.
parent 4eeae1ad
......@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = odbc32.dll
IMPORTS = kernel32
IMPORTS = advapi32 kernel32
C_SRCS = \
proxyodbc.c
......
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