Module: wine Branch: master Commit: fa5042dc852ef96abe7caa638f2eae19f704fc29 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fa5042dc852ef96abe7caa638...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 18 09:00:49 2019 +0200
olesvr32: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/olesvr32/Makefile.in | 2 ++ dlls/olesvr32/olesvr_main.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/olesvr32/Makefile.in b/dlls/olesvr32/Makefile.in index 0cea1ad..67c612d 100644 --- a/dlls/olesvr32/Makefile.in +++ b/dlls/olesvr32/Makefile.in @@ -1,5 +1,7 @@ MODULE = olesvr32.dll IMPORTLIB = olesvr32
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ olesvr_main.c diff --git a/dlls/olesvr32/olesvr_main.c b/dlls/olesvr32/olesvr_main.c index 57c28e1..0ca83ba 100644 --- a/dlls/olesvr32/olesvr_main.c +++ b/dlls/olesvr32/olesvr_main.c @@ -21,8 +21,6 @@ /* At the moment, these are only empty stubs. */
-#include "config.h" - #include <stdarg.h>
#include "windef.h"