mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
ntoskrnl-DriverTest: Fix compile error caused by wrong import library.
This commit is contained in:
parent
f71c20b7f7
commit
ddba27937a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user