Xiang Li
commit8551f8ca98daf445a36053a783098f3b696c2c9a
authorAlexandre Julliard <julliard@winehq.org>
Sat, 11 Dec 1999 23:56:46 +0000 (11 23:56 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 11 Dec 1999 23:56:46 +0000 (11 23:56 +0000)
tree3e11ac78b12dbaa5a047f1a16f53334916ba1d63
parent1dc551cf6b5ecf2a48de5169b66407defd8c9335
Xiang Li
Implementation of a proxy ODBC32 dll.
15 files changed:
Makefile.in
configure
configure.in
dlls/Makefile.in
dlls/odbc32/.cvsignore [new file with mode: 0644]
dlls/odbc32/Makefile.in [new file with mode: 0644]
dlls/odbc32/odbc32.spec [new file with mode: 0644]
dlls/odbc32/proxyodbc.c [new file with mode: 0644]
dlls/odbc32/proxyodbc.h [new file with mode: 0644]
include/debugdefs.h
include/sql.h [new file with mode: 0644]
include/sqlext.h [new file with mode: 0644]
include/sqltypes.h [new file with mode: 0644]
loader/loadorder.c
relay32/builtin32.c