Alexandre Julliard : mgmtapi: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue Jun 11 16:54:05 CDT 2019


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

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

mgmtapi: Build with msvcrt.

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

---

 dlls/mgmtapi/Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/mgmtapi/Makefile.in b/dlls/mgmtapi/Makefile.in
index 2af1626..0093f74 100644
--- a/dlls/mgmtapi/Makefile.in
+++ b/dlls/mgmtapi/Makefile.in
@@ -1,3 +1,5 @@
 MODULE = mgmtapi.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = mgmtapi.c




More information about the wine-cvs mailing list