api-ms-win-ntuser-rectangle-l1-1-0: Add dll.
Signed-off-by: Fabian Maurer <dark.shadow4@web.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ef79b47c89
commit
3589b234f5
|
@ -1041,6 +1041,7 @@ enable_api_ms_win_mm_misc_l1_1_1
|
|||
enable_api_ms_win_mm_mme_l1_1_0
|
||||
enable_api_ms_win_mm_time_l1_1_0
|
||||
enable_api_ms_win_ntuser_dc_access_l1_1_0
|
||||
enable_api_ms_win_ntuser_rectangle_l1_1_0
|
||||
enable_api_ms_win_power_base_l1_1_0
|
||||
enable_api_ms_win_power_setting_l1_1_0
|
||||
enable_api_ms_win_rtcore_ntuser_private_l1_1_0
|
||||
|
@ -18110,6 +18111,7 @@ wine_fn_config_dll api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
|
|||
wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
|
||||
|
|
|
@ -2894,6 +2894,7 @@ WINE_CONFIG_DLL(api-ms-win-mm-misc-l1-1-1)
|
|||
WINE_CONFIG_DLL(api-ms-win-mm-mme-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-mm-time-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-ntuser-rectangle-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-power-base-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-power-setting-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-rtcore-ntuser-private-l1-1-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-ntuser-rectangle-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
|
|
@ -330,6 +330,7 @@ my @dll_groups =
|
|||
"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",
|
||||
"api-ms-win-ntuser-rectangle-l1-1-0",
|
||||
"ext-ms-win-ntuser-uicontext-ext-l1-1-0",
|
||||
"ext-ms-win-ntuser-windowclass-l1-1-1",
|
||||
"ext-ms-win-ntuser-window-l1-1-1",
|
||||
|
|
Loading…
Reference in New Issue