Commit 701b0139 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

scsiport.sys: Reinstate the subsystem native option.

It was previously being clobbered by the second EXTRADLLFLAGS. Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent e0bfdb29
MODULE = scsiport.sys
IMPORTS = ntoskrnl
EXTRADLLFLAGS = -Wl,--subsystem,native
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -Wl,--subsystem,native -mno-cygwin
C_SRCS = \
scsiport.c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment