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

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrey Gusev 2017-07-06 15:15:19 +03:00 committed by Alexandre Julliard
parent ebc3fa653e
commit 4c0b470618
5 changed files with 24 additions and 0 deletions

2
configure vendored
View File

@ -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

View File

@ -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)

View File

@ -0,0 +1 @@
MODULE = ext-ms-win-ntuser-windowclass-l1-1-1.dll

View File

@ -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

View File

@ -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",