Fabian Maurer : api-ms-win-ntuser-rectangle-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Wed Sep 20 15:10:23 CDT 2017


Module: wine
Branch: master
Commit: 3589b234f5f16e4d2677bc86abfd971bf11a8c36
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3589b234f5f16e4d2677bc86abfd971bf11a8c36

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Wed Sep 20 15:32:32 2017 +0200

api-ms-win-ntuser-rectangle-l1-1-0: Add dll.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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(+)

diff --git a/configure b/configure
index fdc78ec..8f20593 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 e6d45e3..54c1024 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 0000000..15e7b509
--- /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 0000000..35b318a
--- /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 2dce619..3d29af8 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",




More information about the wine-cvs mailing list