ntoskrnl-DriverTest: Fix compile error caused by wrong import library.

This commit is contained in:
Sebastian Lackner 2016-06-25 04:59:47 +02:00
parent f71c20b7f7
commit ddba27937a

View File

@ -106,7 +106,7 @@ index 0000000..bc040e4
+++ b/dlls/ntoskrnl.exe/tests/driver.sys/Makefile.in
@@ -0,0 +1,11 @@
+RESOURCE = driver.sys
+IMPORTS = ntoskrnl.exe
+IMPORTS = ntoskrnl
+
+WINEFLAGS = -Wb,--subsystem,native
+CROSSFLAGS = -nostartfiles -nostdlib -nodefaultlibs \