5 Jun
2020
5 Jun
'20
1:04 p.m.
ndis.sys links to netio.sys on newer Windows. Adding the dependency now is needed to get libnetio.cross.a built to be usable in ntoskrnl.exe test drivers. Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> --- Supersedes 186295-186298, 186350. dlls/ndis.sys/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ndis.sys/Makefile.in b/dlls/ndis.sys/Makefile.in index cc522606258..70e6bb2afdf 100644 --- a/dlls/ndis.sys/Makefile.in +++ b/dlls/ndis.sys/Makefile.in @@ -1,4 +1,5 @@ MODULE = ndis.sys +IMPORTS = ntoskrnl netio EXTRADLLFLAGS = -Wl,--subsystem,native EXTRADLLFLAGS = -mno-cygwin -- 2.26.2