From 0af6002a3bf0ffa498c4de4840a6f4a93ac0bac6 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 6 Jun 2019 09:13:43 +0200 Subject: [PATCH] joy.cpl: Build with msvcrt. Signed-off-by: Alexandre Julliard --- dlls/joy.cpl/Makefile.in | 2 ++ dlls/joy.cpl/main.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/joy.cpl/Makefile.in b/dlls/joy.cpl/Makefile.in index df3e3d497b2..d1b0e45552e 100644 --- a/dlls/joy.cpl/Makefile.in +++ b/dlls/joy.cpl/Makefile.in @@ -1,6 +1,8 @@ MODULE = joy.cpl IMPORTS = dxguid dinput dinput8 ole32 comctl32 user32 advapi32 +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c diff --git a/dlls/joy.cpl/main.c b/dlls/joy.cpl/main.c index 06084f31666..4ad9cf848c3 100644 --- a/dlls/joy.cpl/main.c +++ b/dlls/joy.cpl/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);