Andrey Gusev : ext-ms-win-ntuser-windowclass-l1-1-1: Add dll.

Alexandre Julliard julliard at winehq.org
Thu Jul 6 16:25:18 CDT 2017


Module: wine
Branch: master
Commit: 4c0b4706189c32db0e31c126866290da37cd0776
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4c0b4706189c32db0e31c126866290da37cd0776

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Jul  6 15:15:19 2017 +0300

ext-ms-win-ntuser-windowclass-l1-1-1: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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(+)

diff --git a/configure b/configure
index 43f4331..8ce432d 100755
--- a/configure
+++ b/configure
@@ -1201,6 +1201,7 @@ 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_window_l1_1_1
+enable_ext_ms_win_ntuser_windowclass_l1_1_1
 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
@@ -18269,6 +18270,7 @@ wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_pri
 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-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
+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-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
 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
diff --git a/configure.ac b/configure.ac
index c22370f..154f6bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3103,6 +3103,7 @@ 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-window-l1-1-1)
+WINE_CONFIG_DLL(ext-ms-win-ntuser-windowclass-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)
 WINE_CONFIG_DLL(ext-ms-win-rtcore-ntuser-dc-access-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",




More information about the wine-cvs mailing list