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

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Andrey Gusev 2019-02-20 14:23:39 +02:00 committed by Alexandre Julliard
parent fe852ef122
commit a1a9ca8f4a
5 changed files with 25 additions and 0 deletions

2
configure vendored
View File

@ -1280,6 +1280,7 @@ 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_0
enable_ext_ms_win_ntuser_message_l1_1_1
enable_ext_ms_win_ntuser_misc_l1_1_0
enable_ext_ms_win_ntuser_misc_l1_2_0
enable_ext_ms_win_ntuser_misc_l1_5_1
enable_ext_ms_win_ntuser_mouse_l1_1_0
@ -19589,6 +19590,7 @@ wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntus
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-0 enable_ext_ms_win_ntuser_message_l1_1_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-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
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

View File

@ -3318,6 +3318,7 @@ 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-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-message-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-misc-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-misc-l1-2-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-misc-l1-5-1)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-mouse-l1-1-0)

View File

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

View File

@ -0,0 +1,20 @@
@ stdcall DrawTextW(long wstr long ptr long) user32.DrawTextW
@ stdcall ExitWindowsEx(long long) user32.ExitWindowsEx
@ stdcall GetClipboardFormatNameW(long ptr long) user32.GetClipboardFormatNameW
@ stdcall GetGuiResources(long long) user32.GetGuiResources
@ stdcall GetUserObjectSecurity(long ptr ptr long ptr) user32.GetUserObjectSecurity
@ stdcall KillTimer(long long) user32.KillTimer
@ stdcall MessageBeep(long) user32.MessageBeep
@ stdcall MonitorFromPoint(int64 long) user32.MonitorFromPoint
@ stdcall MonitorFromRect(ptr long) user32.MonitorFromRect
@ stdcall RegisterClipboardFormatW(wstr) user32.RegisterClipboardFormatW
@ stdcall RegisterDeviceNotificationW(long ptr long) user32.RegisterDeviceNotificationW
@ stdcall SetCoalescableTimer(long long long ptr long) user32.SetCoalescableTimer
@ stdcall SetTimer(long long long ptr) user32.SetTimer
@ stdcall SetUserObjectSecurity(long ptr ptr) user32.SetUserObjectSecurity
@ stdcall ShutdownBlockReasonCreate(long wstr) user32.ShutdownBlockReasonCreate
@ stdcall ShutdownBlockReasonDestroy(long) user32.ShutdownBlockReasonDestroy
@ stdcall TabbedTextOutW(long long long wstr long long ptr long) user32.TabbedTextOutW
@ stdcall UnregisterDeviceNotification(long) user32.UnregisterDeviceNotification
@ stdcall WaitForInputIdle(long long) user32.WaitForInputIdle
@ stdcall WinHelpW(long wstr long long) user32.WinHelpW

View File

@ -383,6 +383,7 @@ my @dll_groups =
"ext-ms-win-ntuser-keyboard-l1-3-0",
"ext-ms-win-ntuser-message-l1-1-0",
"ext-ms-win-ntuser-message-l1-1-1",
"ext-ms-win-ntuser-misc-l1-1-0",
"ext-ms-win-ntuser-misc-l1-2-0",
"ext-ms-win-ntuser-misc-l1-5-1",
"ext-ms-win-ntuser-mouse-l1-1-0",