Updated winedevice-Default_Drivers patchset

This commit is contained in:
Alistair Leslie-Hughes 2019-07-30 14:15:05 +10:00
parent 391055dbe1
commit b5010c55e8
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ index 00000000000..615d8335c36
@@ -0,0 +1,6 @@
+MODULE = win32k.sys
+IMPORTS = ntoskrnl
+EXTRADLLFLAGS = -Wb,--subsystem,native
+EXTRADLLFLAGS = -mno-cygwin -Wb,--subsystem,native
+
+C_SRCS = \
+ main.c

View File

@ -34,7 +34,7 @@ index 000000000..e18ea70a9
@@ -0,0 +1,6 @@
+MODULE = dxgkrnl.sys
+IMPORTS = ntoskrnl
+EXTRADLLFLAGS = -Wb,--subsystem,native
+EXTRADLLFLAGS = -mno-cygwin -Wb,--subsystem,native
+
+C_SRCS = \
+ main.c

View File

@ -34,7 +34,7 @@ index 000000000..affb9ce95
@@ -0,0 +1,6 @@
+MODULE = dxgmms1.sys
+IMPORTS = ntoskrnl
+EXTRADLLFLAGS = -Wb,--subsystem,native
+EXTRADLLFLAGS = -mno-cygwin -Wb,--subsystem,native
+
+C_SRCS = \
+ main.c