joy.cpl: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fcc40a0790
commit
0af6002a3b
|
@ -1,6 +1,8 @@
|
|||
MODULE = joy.cpl
|
||||
IMPORTS = dxguid dinput dinput8 ole32 comctl32 user32 advapi32
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
main.c
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "ole2.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "joy.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(joycpl);
|
||||
|
|
Loading…
Reference in New Issue