Alexandre Julliard : olecli: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue Jun 18 17:21:46 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 18 08:59:19 2019 +0200

olecli: Build with msvcrt.

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

---

 dlls/olecli.dll16/Makefile.in | 2 +-
 dlls/olecli.dll16/olecli.c    | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/dlls/olecli.dll16/Makefile.in b/dlls/olecli.dll16/Makefile.in
index 40a2446..de3e902 100644
--- a/dlls/olecli.dll16/Makefile.in
+++ b/dlls/olecli.dll16/Makefile.in
@@ -1,5 +1,5 @@
 MODULE    = olecli.dll16
 IMPORTS   = gdi32
-EXTRADLLFLAGS = -m16 -Wb,--main-module,olecli32.dll
+EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,olecli32.dll
 
 C_SRCS = olecli.c
diff --git a/dlls/olecli.dll16/olecli.c b/dlls/olecli.dll16/olecli.c
index ad59fa3..599312e 100644
--- a/dlls/olecli.dll16/olecli.c
+++ b/dlls/olecli.dll16/olecli.c
@@ -21,8 +21,6 @@
 /*	At the moment, these are only empty stubs.
  */
 
-#include "config.h"
-
 #include <stdarg.h>
 
 #include "windef.h"




More information about the wine-cvs mailing list