Alexandre Julliard : ifsmgr.vxd: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Jun 5 16:12:38 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun  5 08:39:20 2019 +0200

ifsmgr.vxd: Build with msvcrt.

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

---

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

diff --git a/dlls/ifsmgr.vxd/Makefile.in b/dlls/ifsmgr.vxd/Makefile.in
index 65c6be2..be1afa3 100644
--- a/dlls/ifsmgr.vxd/Makefile.in
+++ b/dlls/ifsmgr.vxd/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = ifsmgr.vxd
 IMPORTS   = kernel
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	ifsmgr.c




More information about the wine-cvs mailing list