Commit 5a9ba282 authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

Allow two connections by not releasing the wrapped library too early.

Also heavily protected and added additional trace information. Make the Load functions static to reduce visiblity (enhance simplicity).
parent a21672eb
......@@ -31,9 +31,6 @@ typedef struct proxyhandle
char UserName[50]; /* keep username */
} PROXYHANDLE;
BOOL ODBC_LoadDriverManager();
BOOL ODBC_LoadDMFunctions();
#define /* 00 */ SQLAPI_INDEX_SQLALLOCCONNECT 0
#define /* 01 */ SQLAPI_INDEX_SQLALLOCENV 1
#define /* 02 */ SQLAPI_INDEX_SQLALLOCHANDLE 2
......
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