[PATCH 2/5] ext-ms-win-ntuser-windowclass-l1-1-1: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Thu Jul 6 07:15:19 CDT 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                             |  2 ++
 configure.ac                                          |  1 +
 dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile.in |  1 +
 .../ext-ms-win-ntuser-windowclass-l1-1-1.spec         | 19 +++++++++++++++++++
 tools/make_specfiles                                  |  1 +
 5 files changed, 24 insertions(+)
 create mode 100644 dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile.in
 create mode 100644 dlls/ext-ms-win-ntuser-windowclass-l1-1-1/ext-ms-win-ntuser-windowclass-l1-1-1.spec

diff --git a/configure b/configure
index 43f4331..6bc2728 100755
--- a/configure
+++ b/configure
@@ -1200,6 +1200,7 @@ enable_ext_ms_win_ntuser_message_l1_1_1
 enable_ext_ms_win_ntuser_private_l1_1_1
 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
+enable_ext_ms_win_ntuser_windowclass_l1_1_1
 enable_ext_ms_win_ntuser_window_l1_1_1
 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
@@ -18268,6 +18269,7 @@ wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_mes
 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
+wine_fn_config_dll ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
diff --git a/configure.ac b/configure.ac
index c22370f..939e795 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3102,6 +3102,7 @@ WINE_CONFIG_DLL(ext-ms-win-ntuser-message-l1-1-1)
 WINE_CONFIG_DLL(ext-ms-win-ntuser-private-l1-1-1)
 WINE_CONFIG_DLL(ext-ms-win-ntuser-rectangle-ext-l1-1-0)
 WINE_CONFIG_DLL(ext-ms-win-ntuser-uicontext-ext-l1-1-0)
+WINE_CONFIG_DLL(ext-ms-win-ntuser-windowclass-l1-1-1)
 WINE_CONFIG_DLL(ext-ms-win-ntuser-window-l1-1-1)
 WINE_CONFIG_DLL(ext-ms-win-rtcore-gdi-object-l1-1-0)
 WINE_CONFIG_DLL(ext-ms-win-rtcore-gdi-rgn-l1-1-0)
diff --git a/dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile.in b/dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile.in
new file mode 100644
index 0000000..bc4e4b0
--- /dev/null
+++ b/dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile.in
@@ -0,0 +1 @@
+MODULE    = ext-ms-win-ntuser-windowclass-l1-1-1.dll
diff --git a/dlls/ext-ms-win-ntuser-windowclass-l1-1-1/ext-ms-win-ntuser-windowclass-l1-1-1.spec b/dlls/ext-ms-win-ntuser-windowclass-l1-1-1/ext-ms-win-ntuser-windowclass-l1-1-1.spec
new file mode 100644
index 0000000..f405cd7
--- /dev/null
+++ b/dlls/ext-ms-win-ntuser-windowclass-l1-1-1/ext-ms-win-ntuser-windowclass-l1-1-1.spec
@@ -0,0 +1,19 @@
+@ stdcall GetClassInfoA(long str ptr) user32.GetClassInfoA
+@ stdcall GetClassInfoExA(long str ptr) user32.GetClassInfoExA
+@ stdcall GetClassInfoExW(long wstr ptr) user32.GetClassInfoExW
+@ stdcall GetClassInfoW(long wstr ptr) user32.GetClassInfoW
+@ stdcall GetClassLongA(long long) user32.GetClassLongA
+@ stdcall GetClassLongW(long long) user32.GetClassLongW
+@ stdcall GetClassNameA(long ptr long) user32.GetClassNameA
+@ stdcall GetClassNameW(long ptr long) user32.GetClassNameW
+@ stdcall GetWindowLongA(long long) user32.GetWindowLongA
+@ stdcall GetWindowLongW(long long) user32.GetWindowLongW
+@ stdcall RealGetWindowClassA(long ptr long) user32.RealGetWindowClassA
+@ stdcall RealGetWindowClassW(long ptr long) user32.RealGetWindowClassW
+@ stdcall RegisterClassA(ptr) user32.RegisterClassA
+@ stdcall RegisterClassExW(ptr) user32.RegisterClassExW
+@ stdcall RegisterClassW(ptr) user32.RegisterClassW
+@ stdcall SetWindowLongA(long long long) user32.SetWindowLongA
+@ stdcall SetWindowLongW(long long long) user32.SetWindowLongW
+@ stdcall UnregisterClassA(str long) user32.UnregisterClassA
+@ stdcall UnregisterClassW(wstr long) user32.UnregisterClassW
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 0cacd45..eac1091 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -308,6 +308,7 @@ my @dll_groups =
   "ext-ms-win-ntuser-private-l1-1-1",
   "ext-ms-win-ntuser-rectangle-ext-l1-1-0",
   "ext-ms-win-ntuser-uicontext-ext-l1-1-0",
+  "ext-ms-win-ntuser-windowclass-l1-1-1",
   "ext-ms-win-ntuser-window-l1-1-1",
   "ext-ms-win-rtcore-ntuser-dc-access-l1-1-0",
   "ext-ms-win-rtcore-ntuser-dpi-l1-1-0",
-- 
2.7.5




More information about the wine-patches mailing list