Austin English : api-ms-win-shcore-scaling-l1-1-1: Add stub dll.

Alexandre Julliard julliard at winehq.org
Thu Oct 19 14:31:34 CDT 2017


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

Author: Austin English <austinenglish at gmail.com>
Date:   Wed Oct 18 15:50:48 2017 -0500

api-ms-win-shcore-scaling-l1-1-1: Add stub dll.

Signed-off-by: Austin English <austinenglish at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                                        | 2 ++
 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                                             | 1 +
 5 files changed, 14 insertions(+)

diff --git a/configure b/configure
index 014dd46..8b6fc45 100755
--- a/configure
+++ b/configure
@@ -1074,6 +1074,7 @@ enable_api_ms_win_service_management_l2_1_0
 enable_api_ms_win_service_private_l1_1_1
 enable_api_ms_win_service_winsvc_l1_1_0
 enable_api_ms_win_service_winsvc_l1_2_0
+enable_api_ms_win_shcore_scaling_l1_1_1
 enable_api_ms_win_shell_shellcom_l1_1_0
 enable_api_ms_win_shell_shellfolders_l1_1_0
 enable_apphelp
@@ -18283,6 +18284,7 @@ wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_servic
 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
+wine_fn_config_dll api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
 wine_fn_config_dll apphelp enable_apphelp
diff --git a/configure.ac b/configure.ac
index 04091fc..0ad9028 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2939,6 +2939,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 0000000..8a8096f
--- /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 0000000..2c4ab9e
--- /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 fa1e623..1833cb6 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -322,6 +322,7 @@ my @dll_groups =
   "api-ms-win-core-shlwapi-legacy-l1-1-0",
   "api-ms-win-core-shlwapi-obsolete-l1-1-0",
   "api-ms-win-core-shlwapi-obsolete-l1-2-0",
+  "api-ms-win-shcore-scaling-l1-1-1",
   "api-ms-win-core-url-l1-1-0",
  ],
  [




More information about the wine-cvs mailing list