joy.cpl: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-06-06 09:13:43 +02:00
parent fcc40a0790
commit 0af6002a3b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
MODULE = joy.cpl
IMPORTS = dxguid dinput dinput8 ole32 comctl32 user32 advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c

View File

@ -32,7 +32,6 @@
#include "ole2.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "joy.h"
WINE_DEFAULT_DEBUG_CHANNEL(joycpl);