odbc32: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2020-10-01 12:15:30 +02:00
parent 797f116120
commit da8e4d9cc9
2 changed files with 2 additions and 4 deletions

View File

@ -2,6 +2,8 @@ MODULE = odbc32.dll
IMPORTLIB = odbc32
IMPORTS = advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
proxyodbc.c \
unixlib.c

View File

@ -25,9 +25,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
@ -39,7 +36,6 @@
#include "winternl.h"
#include "winreg.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "sql.h"
#include "sqltypes.h"