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>
This commit is contained in:
parent
80f0572d0e
commit
dfae798d98
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = ext-ms-win-ntuser-misc-l1-5-1.dll
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue