compstui: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-05-29 08:49:19 +02:00
parent 6a5d0230ce
commit 77819ee3cc
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
MODULE = compstui.dll
IMPORTLIB = compstui
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
compstui_main.c

View file

@ -27,7 +27,6 @@
#include "winuser.h"
#include "ddk/compstui.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(compstui);