ext-ms-win-ntuser-window-l1-1-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
025ea7a93c
commit
fd1333f2f3
|
@ -1170,6 +1170,7 @@ enable_ext_ms_win_ntuser_message_l1_1_1
|
|||
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_rtcore_ntuser_dpi_l1_1_0
|
||||
enable_faultrep
|
||||
enable_fltlib
|
||||
|
@ -17933,6 +17934,7 @@ wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_mes
|
|||
wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
|
||||
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-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
|
||||
wine_fn_config_dll faultrep enable_faultrep implib
|
||||
wine_fn_config_test dlls/faultrep/tests faultrep_test
|
||||
|
|
|
@ -3012,6 +3012,7 @@ WINE_CONFIG_DLL(ext-ms-win-ntuser-message-l1-1-1)
|
|||
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-rtcore-ntuser-dpi-l1-1-0)
|
||||
WINE_CONFIG_DLL(faultrep,,[implib])
|
||||
WINE_CONFIG_TEST(dlls/faultrep/tests)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = ext-ms-win-ntuser-window-l1-1-1.dll
|
|
@ -0,0 +1,55 @@
|
|||
@ stdcall AdjustWindowRectEx(ptr long long long) user32.AdjustWindowRectEx
|
||||
@ stdcall AllowSetForegroundWindow(long) user32.AllowSetForegroundWindow
|
||||
@ stdcall AnimateWindow(long long long) user32.AnimateWindow
|
||||
@ stdcall BringWindowToTop(long) user32.BringWindowToTop
|
||||
@ stdcall CallNextHookEx(long long long long) user32.CallNextHookEx
|
||||
@ stdcall CreateWindowExA(long str str long long long long long long long long ptr) user32.CreateWindowExA
|
||||
@ stdcall CreateWindowExW(long wstr wstr long long long long long long long long ptr) user32.CreateWindowExW
|
||||
@ stdcall DefWindowProcA(long long long long) user32.DefWindowProcA
|
||||
@ stdcall DefWindowProcW(long long long long) user32.DefWindowProcW
|
||||
@ stdcall DestroyWindow(long) user32.DestroyWindow
|
||||
@ stdcall EnumChildWindows(long ptr long) user32.EnumChildWindows
|
||||
@ stdcall EnumThreadWindows(long ptr long) user32.EnumThreadWindows
|
||||
@ stdcall EnumWindows(ptr long) user32.EnumWindows
|
||||
@ stdcall FindWindowA(str str) user32.FindWindowA
|
||||
@ stdcall FindWindowExW(long long wstr wstr) user32.FindWindowExW
|
||||
@ stdcall FindWindowW(wstr wstr) user32.FindWindowW
|
||||
@ stdcall GetAncestor(long long) user32.GetAncestor
|
||||
@ stdcall GetClientRect(long long) user32.GetClientRect
|
||||
@ stdcall GetDesktopWindow() user32.GetDesktopWindow
|
||||
@ stdcall GetForegroundWindow() user32.GetForegroundWindow
|
||||
@ stdcall GetGUIThreadInfo(long ptr) user32.GetGUIThreadInfo
|
||||
@ stdcall GetLayeredWindowAttributes(long ptr ptr ptr) user32.GetLayeredWindowAttributes
|
||||
@ stdcall GetParent(long) user32.GetParent
|
||||
@ stdcall GetPropW(long wstr) user32.GetPropW
|
||||
@ stdcall GetShellWindow() user32.GetShellWindow
|
||||
@ stdcall GetWindow(long long) user32.GetWindow
|
||||
@ stub GetWindowDisplayAffinity
|
||||
@ stdcall GetWindowInfo(long ptr) user32.GetWindowInfo
|
||||
@ stdcall GetWindowPlacement(long ptr) user32.GetWindowPlacement
|
||||
@ stdcall GetWindowRect(long ptr) user32.GetWindowRect
|
||||
@ stdcall GetWindowTextLengthW(long) user32.GetWindowTextLengthW
|
||||
@ stdcall GetWindowTextW(long ptr long) user32.GetWindowTextW
|
||||
@ stdcall GetWindowThreadProcessId(long ptr) user32.GetWindowThreadProcessId
|
||||
@ stdcall IsChild(long long) user32.IsChild
|
||||
@ stdcall IsIconic(long) user32.IsIconic
|
||||
@ stdcall IsWindow(long) user32.IsWindow
|
||||
@ stdcall IsWindowUnicode(long) user32.IsWindowUnicode
|
||||
@ stdcall IsWindowVisible(long) user32.IsWindowVisible
|
||||
@ stub LogicalToPhysicalPoint
|
||||
@ stdcall MoveWindow(long long long long long long) user32.MoveWindow
|
||||
@ stdcall RemovePropW(long wstr) user32.RemovePropW
|
||||
@ stdcall SetForegroundWindow(long) user32.SetForegroundWindow
|
||||
@ stdcall SetLayeredWindowAttributes(ptr long long long) user32.SetLayeredWindowAttributes
|
||||
@ stdcall SetParent(long long) user32.SetParent
|
||||
@ stdcall SetPropW(long wstr long) user32.SetPropW
|
||||
@ stub SetWindowDisplayAffinity
|
||||
@ stdcall SetWindowPos(long long long long long long long) user32.SetWindowPos
|
||||
@ stdcall SetWindowTextW(long wstr) user32.SetWindowTextW
|
||||
@ stdcall SetWindowsHookExW(long long long long) user32.SetWindowsHookExW
|
||||
@ stdcall ShowWindow(long long) user32.ShowWindow
|
||||
@ stub SoundSentry
|
||||
@ stdcall UnhookWindowsHookEx(long) user32.UnhookWindowsHookEx
|
||||
@ stdcall UpdateLayeredWindow(long long ptr ptr long ptr long ptr long) user32.UpdateLayeredWindow
|
||||
@ stub WindowFromPhysicalPoint
|
||||
@ stdcall WindowFromPoint(int64) user32.WindowFromPoint
|
|
@ -271,6 +271,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-window-l1-1-1",
|
||||
"ext-ms-win-rtcore-ntuser-dpi-l1-1-0",
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue