[PATCH 1/6] ndis.sys: Add netio.sys dependency.

Paul Gofman pgofman at codeweavers.com
Fri Jun 5 08:04:17 CDT 2020


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




More information about the wine-devel mailing list