ext-ms-win-ntuser-rectangle-ext-l1-1-0: 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
1fbeca51a5
commit
025ea7a93c
|
@ -1168,6 +1168,7 @@ enable_ext_ms_win_gdi_devcaps_l1_1_0
|
|||
enable_ext_ms_win_kernel32_package_current_l1_1_0
|
||||
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_rtcore_ntuser_dpi_l1_1_0
|
||||
enable_faultrep
|
||||
|
@ -17930,6 +17931,7 @@ wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l
|
|||
wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
|
||||
wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
|
||||
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-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
|
||||
wine_fn_config_dll faultrep enable_faultrep implib
|
||||
|
|
|
@ -3010,6 +3010,7 @@ WINE_CONFIG_DLL(ext-ms-win-gdi-devcaps-l1-1-0)
|
|||
WINE_CONFIG_DLL(ext-ms-win-kernel32-package-current-l1-1-0)
|
||||
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-rtcore-ntuser-dpi-l1-1-0)
|
||||
WINE_CONFIG_DLL(faultrep,,[implib])
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll
|
|
@ -0,0 +1,11 @@
|
|||
@ stdcall CopyRect(ptr ptr) user32.CopyRect
|
||||
@ stdcall EqualRect(ptr ptr) user32.EqualRect
|
||||
@ stdcall InflateRect(ptr long long) user32.InflateRect
|
||||
@ stdcall IntersectRect(ptr ptr ptr) user32.IntersectRect
|
||||
@ stdcall IsRectEmpty(ptr) user32.IsRectEmpty
|
||||
@ stdcall OffsetRect(ptr long long) user32.OffsetRect
|
||||
@ stdcall PtInRect(ptr int64) user32.PtInRect
|
||||
@ stdcall SetRect(ptr long long long long) user32.SetRect
|
||||
@ stdcall SetRectEmpty(ptr) user32.SetRectEmpty
|
||||
@ stdcall SubtractRect(ptr ptr ptr) user32.SubtractRect
|
||||
@ stdcall UnionRect(ptr ptr ptr) user32.UnionRect
|
|
@ -269,6 +269,7 @@ my @dll_groups =
|
|||
"api-ms-win-rtcore-ntuser-private-l1-1-0",
|
||||
"ext-ms-win-ntuser-message-l1-1-1",
|
||||
"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-rtcore-ntuser-dpi-l1-1-0",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue