odbc32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
797f116120
commit
da8e4d9cc9
|
@ -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 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#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 @@
|
||||||
#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"
|
||||||
|
|
Loading…
Reference in New Issue