[PATCH 1/2] ndis.sys: Reinstate the subsystem native option.

Huw Davies huw at codeweavers.com
Thu Aug 13 07:13:05 CDT 2020


It was previously being clobbered by the second EXTRADLLFLAGS.

Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 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 cc522606258..fa69910f16d 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
-- 
2.23.0




More information about the wine-devel mailing list