Huw Davies : ndis.sys: Reinstate the subsystem native option.

Alexandre Julliard julliard at winehq.org
Thu Aug 13 15:11:51 CDT 2020


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu Aug 13 13:13:05 2020 +0100

ndis.sys: Reinstate the subsystem native option.

It was previously being clobbered by the second EXTRADLLFLAGS.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ndis.sys/Makefile.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dlls/ndis.sys/Makefile.in b/dlls/ndis.sys/Makefile.in
index cc52260625..fa69910f16 100644
--- a/dlls/ndis.sys/Makefile.in
+++ b/dlls/ndis.sys/Makefile.in
@@ -1,7 +1,5 @@
 MODULE    = ndis.sys
-EXTRADLLFLAGS = -Wl,--subsystem,native
-
-EXTRADLLFLAGS = -mno-cygwin
+EXTRADLLFLAGS = -Wl,--subsystem,native -mno-cygwin
 
 C_SRCS = \
 	main.c




More information about the wine-cvs mailing list