Commit da8e4d9c authored by Alexandre Julliard's avatar Alexandre Julliard

odbc32: Build with msvcrt.

parent 797f1161
...@@ -2,6 +2,8 @@ MODULE = odbc32.dll ...@@ -2,6 +2,8 @@ MODULE = odbc32.dll
IMPORTLIB = odbc32 IMPORTLIB = odbc32
IMPORTS = advapi32 IMPORTS = advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
proxyodbc.c \ proxyodbc.c \
unixlib.c unixlib.c
......
...@@ -25,9 +25,6 @@ ...@@ -25,9 +25,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -39,7 +36,6 @@ ...@@ -39,7 +36,6 @@
#include "winternl.h" #include "winternl.h"
#include "winreg.h" #include "winreg.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "wine/unicode.h"
#include "sql.h" #include "sql.h"
#include "sqltypes.h" #include "sqltypes.h"
......
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