ext-ms-win-ntuser-misc-l1-5-1: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrey Gusev 2018-03-12 11:36:34 +02:00 committed by Alexandre Julliard
parent 80f0572d0e
commit dfae798d98
5 changed files with 13 additions and 0 deletions

2
configure vendored
View File

@ -1253,6 +1253,7 @@ enable_ext_ms_win_ntuser_draw_l1_1_0
enable_ext_ms_win_ntuser_gui_l1_3_0
enable_ext_ms_win_ntuser_keyboard_l1_3_0
enable_ext_ms_win_ntuser_message_l1_1_1
enable_ext_ms_win_ntuser_misc_l1_5_1
enable_ext_ms_win_ntuser_mouse_l1_1_0
enable_ext_ms_win_ntuser_private_l1_1_1
enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
@ -18614,6 +18615,7 @@ wine_fn_config_makefile dlls/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntu
wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
wine_fn_config_makefile dlls/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
wine_fn_config_makefile dlls/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
wine_fn_config_makefile dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0

View File

@ -3250,6 +3250,7 @@ WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-draw-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-gui-l1-3-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-keyboard-l1-3-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-message-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-misc-l1-5-1)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-mouse-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-private-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0)

View File

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

View File

@ -0,0 +1,8 @@
@ stub CloseGestureInfoHandle
@ stdcall GetGestureConfig(long long long ptr ptr long) user32.GetGestureConfig
@ stdcall GetGestureInfo(long ptr) user32.GetGestureInfo
@ stdcall GetScrollBarInfo(long long ptr) user32.GetScrollBarInfo
@ stdcall GetScrollInfo(long long ptr) user32.GetScrollInfo
@ stdcall GetScrollPos(long long) user32.GetScrollPos
@ stdcall IsTouchWindow(long ptr) user32.IsTouchWindow
@ stdcall SetScrollPos(long long long long) user32.SetScrollPos

View File

@ -359,6 +359,7 @@ my @dll_groups =
"ext-ms-win-ntuser-gui-l1-3-0",
"ext-ms-win-ntuser-keyboard-l1-3-0",
"ext-ms-win-ntuser-message-l1-1-1",
"ext-ms-win-ntuser-misc-l1-5-1",
"ext-ms-win-ntuser-mouse-l1-1-0",
"ext-ms-win-ntuser-private-l1-1-1",
"ext-ms-win-ntuser-rectangle-ext-l1-1-0",