Updated mailing-list-patches patchset

This commit is contained in:
Alistair Leslie-Hughes
2019-07-13 09:09:27 +10:00
parent 6e530333e6
commit 1b15ab1bdc
5 changed files with 17 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
From edc11b762bfe2c635a7d4cb60f779398b80cb780 Mon Sep 17 00:00:00 2001
From 8e16e99e630782775accab90f21d868ca1193405 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Thu, 8 Jun 2017 23:38:38 +0200
Subject: [PATCH] win32k.sys: Add stub driver.
@@ -6,8 +6,8 @@ Subject: [PATCH] win32k.sys: Add stub driver.
---
configure.ac | 1 +
dlls/win32k.sys/Makefile.in | 6 +
dlls/win32k.sys/main.c | 39 +++++++
dlls/win32k.sys/win32k.sys.spec | 246 ++++++++++++++++++++++++++++++++++++++++
dlls/win32k.sys/main.c | 39 +++++
dlls/win32k.sys/win32k.sys.spec | 246 ++++++++++++++++++++++++++++++++
tools/make_specfiles | 1 +
5 files changed, 293 insertions(+)
create mode 100644 dlls/win32k.sys/Makefile.in
@@ -15,10 +15,10 @@ Subject: [PATCH] win32k.sys: Add stub driver.
create mode 100644 dlls/win32k.sys/win32k.sys.spec
diff --git a/configure.ac b/configure.ac
index fda7c09..301e374 100644
index 0bea9dc2489..1bcd47a5c8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3791,6 +3791,7 @@ WINE_CONFIG_MAKEFILE(dlls/wiaservc)
@@ -3816,6 +3816,7 @@ WINE_CONFIG_MAKEFILE(dlls/wiaservc)
WINE_CONFIG_MAKEFILE(dlls/wiaservc/tests)
WINE_CONFIG_MAKEFILE(dlls/wimgapi)
WINE_CONFIG_MAKEFILE(dlls/win32s16.dll16,enable_win16)
@@ -28,7 +28,7 @@ index fda7c09..301e374 100644
WINE_CONFIG_MAKEFILE(dlls/windebug.dll16,enable_win16)
diff --git a/dlls/win32k.sys/Makefile.in b/dlls/win32k.sys/Makefile.in
new file mode 100644
index 0000000..615d833
index 00000000000..615d8335c36
--- /dev/null
+++ b/dlls/win32k.sys/Makefile.in
@@ -0,0 +1,6 @@
@@ -40,7 +40,7 @@ index 0000000..615d833
+ main.c
diff --git a/dlls/win32k.sys/main.c b/dlls/win32k.sys/main.c
new file mode 100644
index 0000000..a1ec2d4
index 00000000000..a1ec2d4fa3f
--- /dev/null
+++ b/dlls/win32k.sys/main.c
@@ -0,0 +1,39 @@
@@ -85,7 +85,7 @@ index 0000000..a1ec2d4
+}
diff --git a/dlls/win32k.sys/win32k.sys.spec b/dlls/win32k.sys/win32k.sys.spec
new file mode 100644
index 0000000..c794391
index 00000000000..c79439151e4
--- /dev/null
+++ b/dlls/win32k.sys/win32k.sys.spec
@@ -0,0 +1,246 @@
@@ -336,17 +336,17 @@ index 0000000..c794391
+@ cdecl -private memmove(ptr ptr long) ntoskrnl.exe.memmove
+@ cdecl -private memset(ptr long long) ntoskrnl.exe.memset
diff --git a/tools/make_specfiles b/tools/make_specfiles
index eac36ca..28ac498 100755
index 5c30ce50038..33b0a1e69d1 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -429,6 +429,7 @@ my @dll_groups =
@@ -482,6 +482,7 @@ my @dll_groups =
[
"ntoskrnl.exe",
"hal",
+ "win32k.sys",
],
);
[
"mscoree",
--
1.9.1
2.20.1