Module: wine Branch: master Commit: 8b81c5219df3b86def4ef6f43f4f716c1e82a73e URL: https://source.winehq.org/git/wine.git/?a=commit;h=8b81c5219df3b86def4ef6f43...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 17 09:29:47 2019 +0200
objsel: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/objsel/Makefile.in | 2 ++ dlls/objsel/objsel_private.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/objsel/Makefile.in b/dlls/objsel/Makefile.in index 4032c39..87b970c2 100644 --- a/dlls/objsel/Makefile.in +++ b/dlls/objsel/Makefile.in @@ -1,6 +1,8 @@ MODULE = objsel.dll IMPORTS = strmiids uuid ole32 advapi32
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ factory.c \ objsel.c diff --git a/dlls/objsel/objsel_private.h b/dlls/objsel/objsel_private.h index f6e6baa..9289c00 100644 --- a/dlls/objsel/objsel_private.h +++ b/dlls/objsel/objsel_private.h @@ -35,7 +35,6 @@ #include "olectl.h" #include "unknwn.h" #include "objsel.h" -#include "wine/unicode.h" #include "uuids.h"
/**********************************************************************