Commit a1a9ca8f authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

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

parent fe852ef1
......@@ -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
......
......@@ -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)
......
MODULE = ext-ms-win-ntuser-misc-l1-1-0.dll
@ 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
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment