Huw Davies : scsiport.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: 701b0139d1de1c79bbf5247b404088cf3947bc9c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=701b0139d1de1c79bbf5247b404088cf3947bc9c

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

scsiport.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/scsiport.sys/Makefile.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dlls/scsiport.sys/Makefile.in b/dlls/scsiport.sys/Makefile.in
index e8653dd53e..82509ab032 100644
--- a/dlls/scsiport.sys/Makefile.in
+++ b/dlls/scsiport.sys/Makefile.in
@@ -1,8 +1,6 @@
 MODULE    = scsiport.sys
 IMPORTS   = ntoskrnl
-EXTRADLLFLAGS = -Wl,--subsystem,native
-
-EXTRADLLFLAGS = -mno-cygwin
+EXTRADLLFLAGS = -Wl,--subsystem,native -mno-cygwin
 
 C_SRCS = \
 	scsiport.c




More information about the wine-cvs mailing list