Alexandre Julliard : netcfgx: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Fri Jun 14 16:52:17 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 14 09:22:17 2019 +0200

netcfgx: Build with msvcrt.

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

---

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

diff --git a/dlls/netcfgx/Makefile.in b/dlls/netcfgx/Makefile.in
index 7e5e1fc..d4dae8f 100644
--- a/dlls/netcfgx/Makefile.in
+++ b/dlls/netcfgx/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = netcfgx.dll
 IMPORTS   = uuid
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c \
 	netcfg.c




More information about the wine-cvs mailing list