Commit 0af6002a authored by Alexandre Julliard's avatar Alexandre Julliard

joy.cpl: Build with msvcrt.

parent fcc40a07
MODULE = joy.cpl MODULE = joy.cpl
IMPORTS = dxguid dinput dinput8 ole32 comctl32 user32 advapi32 IMPORTS = dxguid dinput dinput8 ole32 comctl32 user32 advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
main.c main.c
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include "ole2.h" #include "ole2.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "wine/unicode.h"
#include "joy.h" #include "joy.h"
WINE_DEFAULT_DEBUG_CHANNEL(joycpl); WINE_DEFAULT_DEBUG_CHANNEL(joycpl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment