[PATCH] api-ms-win-rtcore-ntuser-wmpointer-l1-1-3: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Wed Mar 7 10:24:56 CST 2018


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                                               | 2 ++
 configure.ac                                                            | 1 +
 dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/Makefile.in              | 1 +
 .../api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.spec                      | 1 +
 tools/make_specfiles                                                    | 1 +
 5 files changed, 6 insertions(+)
 create mode 100644 dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/Makefile.in
 create mode 100644 dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.spec

diff --git a/configure b/configure
index 360a39212e..c61352ce34 100755
--- a/configure
+++ b/configure
@@ -1069,6 +1069,7 @@ enable_api_ms_win_rtcore_ntuser_private_l1_1_0
 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
+enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
 enable_api_ms_win_security_activedirectoryclient_l1_1_0
 enable_api_ms_win_security_audit_l1_1_1
 enable_api_ms_win_security_base_l1_1_0
@@ -18353,6 +18354,7 @@ wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_
 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
+wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
 wine_fn_config_makefile dlls/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
 wine_fn_config_makefile dlls/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
diff --git a/configure.ac b/configure.ac
index cb9abdb23d..d7be2ddeae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2999,6 +2999,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-rtcore-ntuser-private-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-rtcore-ntuser-window-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0)
+WINE_CONFIG_MAKEFILE(dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-security-activedirectoryclient-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-security-audit-l1-1-1)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-security-base-l1-1-0)
diff --git a/dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/Makefile.in b/dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/Makefile.in
new file mode 100644
index 0000000000..8dcda0f041
--- /dev/null
+++ b/dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.dll
diff --git a/dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.spec b/dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.spec
new file mode 100644
index 0000000000..fd5d1ed414
--- /dev/null
+++ b/dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3.spec
@@ -0,0 +1 @@
+@ stub GetWindowFeedbackSetting
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 1f4aec05b2..31d2f20122 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -349,6 +349,7 @@ my @dll_groups =
   "api-ms-win-rtcore-ntuser-window-l1-1-0",
   "api-ms-win-rtcore-ntuser-winevent-l1-1-0",
   "api-ms-win-rtcore-ntuser-wmpointer-l1-1-0",
+  "api-ms-win-rtcore-ntuser-wmpointer-l1-1-3",
   "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",
-- 
2.13.6




More information about the wine-devel mailing list