Huw Davies : ndis.sys: Reinstate the subsystem native option.
Module: wine Branch: master Commit: e0bfdb29f2e7f1a62bde34455bfbd32dacb674c0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e0bfdb29f2e7f1a62bde34455... Author: Huw Davies <huw(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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
participants (1)
-
Alexandre Julliard