Andrey Gusev : ext-ms-win-rtcore-ntuser-dpi-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Wed Oct 26 14:50:09 CDT 2016


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Wed Oct 26 13:12:35 2016 +0300

ext-ms-win-rtcore-ntuser-dpi-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                                              | 2 ++
 configure.ac                                                           | 1 +
 dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/Makefile.in                   | 1 +
 .../ext-ms-win-rtcore-ntuser-dpi-l1-1-0.spec                           | 3 +++
 tools/make_specfiles                                                   | 1 +
 5 files changed, 8 insertions(+)

diff --git a/configure b/configure
index 61477ee..67adaf7 100755
--- a/configure
+++ b/configure
@@ -1166,6 +1166,7 @@ enable_ext_ms_win_gdi_dc_create_l1_1_1
 enable_ext_ms_win_gdi_devcaps_l1_1_0
 enable_ext_ms_win_kernel32_package_current_l1_1_0
 enable_ext_ms_win_ntuser_message_l1_1_1
+enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
 enable_faultrep
 enable_fltlib
 enable_fltmgr_sys
@@ -17924,6 +17925,7 @@ wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_crea
 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
+wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
 wine_fn_config_dll faultrep enable_faultrep implib
 wine_fn_config_test dlls/faultrep/tests faultrep_test
 wine_fn_config_dll fltlib enable_fltlib
diff --git a/configure.ac b/configure.ac
index 8611740..413bd46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3008,6 +3008,7 @@ WINE_CONFIG_DLL(ext-ms-win-gdi-dc-create-l1-1-1)
 WINE_CONFIG_DLL(ext-ms-win-gdi-devcaps-l1-1-0)
 WINE_CONFIG_DLL(ext-ms-win-kernel32-package-current-l1-1-0)
 WINE_CONFIG_DLL(ext-ms-win-ntuser-message-l1-1-1)
+WINE_CONFIG_DLL(ext-ms-win-rtcore-ntuser-dpi-l1-1-0)
 WINE_CONFIG_DLL(faultrep,,[implib])
 WINE_CONFIG_TEST(dlls/faultrep/tests)
 WINE_CONFIG_DLL(fltlib)
diff --git a/dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/Makefile.in b/dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/Makefile.in
new file mode 100644
index 0000000..9fbcf1a
--- /dev/null
+++ b/dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll
diff --git a/dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.spec b/dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.spec
new file mode 100644
index 0000000..63cecb4
--- /dev/null
+++ b/dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.spec
@@ -0,0 +1,3 @@
+@ stub GetDpiForMonitorInternal
+@ stub GetProcessDpiAwarenessInternal
+@ stub SetProcessDpiAwarenessInternal
diff --git a/tools/make_specfiles b/tools/make_specfiles
index f99c6f5..649dec6 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -267,6 +267,7 @@ my @dll_groups =
   "api-ms-win-downlevel-user32-l1-1-0",
   "api-ms-win-ntuser-dc-access-l1-1-0",
   "ext-ms-win-ntuser-message-l1-1-1",
+  "ext-ms-win-rtcore-ntuser-dpi-l1-1-0",
  ],
  [
   "version",




More information about the wine-cvs mailing list