Module: wine Branch: master Commit: 43b7995a0d5ed988ee4bae0701c9cd3a5d3feb38 URL: https://source.winehq.org/git/wine.git/?a=commit;h=43b7995a0d5ed988ee4bae070...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 20 09:08:03 2019 +0200
scrobj: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/scrobj/Makefile.in | 2 ++ dlls/scrobj/scrobj.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/scrobj/Makefile.in b/dlls/scrobj/Makefile.in index 179409a..b175b54 100644 --- a/dlls/scrobj/Makefile.in +++ b/dlls/scrobj/Makefile.in @@ -1,6 +1,8 @@ MODULE = scrobj.dll IMPORTS = uuid ole32 oleaut32
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ scrobj.c
diff --git a/dlls/scrobj/scrobj.c b/dlls/scrobj/scrobj.c index 989a648..69d0e75 100644 --- a/dlls/scrobj/scrobj.c +++ b/dlls/scrobj/scrobj.c @@ -17,7 +17,6 @@ */ #define COBJMACROS
-#include "config.h" #include <stdarg.h>
#include "windef.h"