scsiport.sys: Reinstate the subsystem native option.

It was previously being clobbered by the second EXTRADLLFLAGS.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Huw Davies 2020-08-13 13:13:06 +01:00 committed by Alexandre Julliard
parent e0bfdb29f2
commit 701b0139d1
1 changed files with 1 additions and 3 deletions

View File

@ -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