Alexandre Julliard : joy.cpl: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Thu Jun 6 17:05:18 CDT 2019


Module: wine
Branch: master
Commit: 0af6002a3bf0ffa498c4de4840a6f4a93ac0bac6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0af6002a3bf0ffa498c4de4840a6f4a93ac0bac6

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun  6 09:13:43 2019 +0200

joy.cpl: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 df3e3d4..d1b0e45 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 06084f3..4ad9cf8 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);




More information about the wine-cvs mailing list