query: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-19 10:28:41 +02:00
parent 6c984b47a8
commit 0281cd038f
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
MODULE = query.dll
IMPORTS = uuid
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
query_main.c

View file

@ -20,7 +20,6 @@
#define COBJMACROS
#include "config.h"
#include <stdarg.h>