[PATCH] api-ms-win-shcore-scaling-l1-1-1: add stub dll

Austin English austinenglish at gmail.com
Wed Oct 18 15:50:48 CDT 2017


Signed-off-by: Austin English <austinenglish at gmail.com>
---
 configure.ac                                                     | 1 +
 dlls/api-ms-win-shcore-scaling-l1-1-1/Makefile.in                | 1 +
 .../api-ms-win-shcore-scaling-l1-1-1.spec                        | 9 +++++++++
 tools/make_specfiles                                             | 3 ++-
 4 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 dlls/api-ms-win-shcore-scaling-l1-1-1/Makefile.in
 create mode 100644 dlls/api-ms-win-shcore-scaling-l1-1-1/api-ms-win-shcore-scaling-l1-1-1.spec

diff --git a/configure.ac b/configure.ac
index 44c7eed86f..4b286ea420 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2920,6 +2920,7 @@ WINE_CONFIG_DLL(api-ms-win-service-management-l2-1-0)
 WINE_CONFIG_DLL(api-ms-win-service-private-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-2-0)
+WINE_CONFIG_DLL(api-ms-win-shcore-scaling-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-shell-shellcom-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-shell-shellfolders-l1-1-0)
 WINE_CONFIG_DLL(apphelp)
diff --git a/dlls/api-ms-win-shcore-scaling-l1-1-1/Makefile.in b/dlls/api-ms-win-shcore-scaling-l1-1-1/Makefile.in
new file mode 100644
index 0000000000..8a8096f2d0
--- /dev/null
+++ b/dlls/api-ms-win-shcore-scaling-l1-1-1/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-shcore-scaling-l1-1-1.dll
diff --git a/dlls/api-ms-win-shcore-scaling-l1-1-1/api-ms-win-shcore-scaling-l1-1-1.spec b/dlls/api-ms-win-shcore-scaling-l1-1-1/api-ms-win-shcore-scaling-l1-1-1.spec
new file mode 100644
index 0000000000..2c4ab9e27c
--- /dev/null
+++ b/dlls/api-ms-win-shcore-scaling-l1-1-1/api-ms-win-shcore-scaling-l1-1-1.spec
@@ -0,0 +1,9 @@
+@ stub GetDpiForMonitor
+@ stub GetProcessDpiAwareness
+@ stub GetScaleFactorForDevice
+@ stub GetScaleFactorForMonitor
+@ stub RegisterScaleChangeEvent
+@ stub RegisterScaleChangeNotifications
+@ stub RevokeScaleChangeNotifications
+@ stub SetProcessDpiAwareness
+@ stub UnregisterScaleChangeEvent
diff --git a/tools/make_specfiles b/tools/make_specfiles
index d5747c4267..b1c216cc9d 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -327,11 +327,12 @@ my @dll_groups =
   "api-ms-win-core-string-l2-1-0",
   "api-ms-win-downlevel-user32-l1-1-0",
   "api-ms-win-ntuser-dc-access-l1-1-0",
+  "api-ms-win-ntuser-rectangle-l1-1-0",
   "api-ms-win-rtcore-ntuser-private-l1-1-0",
+  "api-ms-win-shcore-scaling-l1-1-1",
   "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",
-- 
2.13.5




More information about the wine-patches mailing list