From 3589b234f5f16e4d2677bc86abfd971bf11a8c36 Mon Sep 17 00:00:00 2001 From: Fabian Maurer Date: Wed, 20 Sep 2017 15:32:32 +0200 Subject: [PATCH] api-ms-win-ntuser-rectangle-l1-1-0: Add dll. Signed-off-by: Fabian Maurer Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + dlls/api-ms-win-ntuser-rectangle-l1-1-0/Makefile.in | 1 + .../api-ms-win-ntuser-rectangle-l1-1-0.spec | 11 +++++++++++ tools/make_specfiles | 1 + 5 files changed, 16 insertions(+) create mode 100644 dlls/api-ms-win-ntuser-rectangle-l1-1-0/Makefile.in create mode 100644 dlls/api-ms-win-ntuser-rectangle-l1-1-0/api-ms-win-ntuser-rectangle-l1-1-0.spec diff --git a/configure b/configure index fdc78ec4aed..8f20593f3cd 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index e6d45e3e12e..54c1024497b 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/dlls/api-ms-win-ntuser-rectangle-l1-1-0/Makefile.in b/dlls/api-ms-win-ntuser-rectangle-l1-1-0/Makefile.in new file mode 100644 index 00000000000..15e7b509907 --- /dev/null +++ b/dlls/api-ms-win-ntuser-rectangle-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-ntuser-rectangle-l1-1-0.dll diff --git a/dlls/api-ms-win-ntuser-rectangle-l1-1-0/api-ms-win-ntuser-rectangle-l1-1-0.spec b/dlls/api-ms-win-ntuser-rectangle-l1-1-0/api-ms-win-ntuser-rectangle-l1-1-0.spec new file mode 100644 index 00000000000..35b318a4b3c --- /dev/null +++ b/dlls/api-ms-win-ntuser-rectangle-l1-1-0/api-ms-win-ntuser-rectangle-l1-1-0.spec @@ -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 diff --git a/tools/make_specfiles b/tools/make_specfiles index 2dce619896c..3d29af8c605 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -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",