Andrey Gusev : api-ms-win-ntuser-sysparams-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Mon Nov 5 15:51:53 CST 2018


Module: wine
Branch: master
Commit: 03fd289bedfa920e7e4cb763d81ff41d787fe9ac
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=03fd289bedfa920e7e4cb763d81ff41d787fe9ac

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon Nov  5 17:33:28 2018 +0200

api-ms-win-ntuser-sysparams-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/api-ms-win-ntuser-sysparams-l1-1-0/Makefile.in          |  1 +
 .../api-ms-win-ntuser-sysparams-l1-1-0.spec                  | 12 ++++++++++++
 tools/make_specfiles                                         |  1 +
 5 files changed, 17 insertions(+)

diff --git a/configure b/configure
index 9787693..7f9786f 100755
--- a/configure
+++ b/configure
@@ -1075,6 +1075,7 @@ 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_ntuser_sysparams_l1_1_0
 enable_api_ms_win_perf_legacy_l1_1_0
 enable_api_ms_win_power_base_l1_1_0
 enable_api_ms_win_power_setting_l1_1_0
@@ -19181,6 +19182,7 @@ wine_fn_config_makefile dlls/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l
 wine_fn_config_makefile dlls/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
 wine_fn_config_makefile dlls/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
 wine_fn_config_makefile dlls/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
+wine_fn_config_makefile dlls/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
 wine_fn_config_makefile dlls/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
 wine_fn_config_makefile dlls/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
 wine_fn_config_makefile dlls/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
diff --git a/configure.ac b/configure.ac
index 39a2310..efec221 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3031,6 +3031,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-mm-mme-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-mm-time-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-ntuser-dc-access-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-ntuser-rectangle-l1-1-0)
+WINE_CONFIG_MAKEFILE(dlls/api-ms-win-ntuser-sysparams-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-perf-legacy-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-power-base-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-power-setting-l1-1-0)
diff --git a/dlls/api-ms-win-ntuser-sysparams-l1-1-0/Makefile.in b/dlls/api-ms-win-ntuser-sysparams-l1-1-0/Makefile.in
new file mode 100644
index 0000000..4d1a573
--- /dev/null
+++ b/dlls/api-ms-win-ntuser-sysparams-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-ntuser-sysparams-l1-1-0.dll
diff --git a/dlls/api-ms-win-ntuser-sysparams-l1-1-0/api-ms-win-ntuser-sysparams-l1-1-0.spec b/dlls/api-ms-win-ntuser-sysparams-l1-1-0/api-ms-win-ntuser-sysparams-l1-1-0.spec
new file mode 100644
index 0000000..587a495
--- /dev/null
+++ b/dlls/api-ms-win-ntuser-sysparams-l1-1-0/api-ms-win-ntuser-sysparams-l1-1-0.spec
@@ -0,0 +1,12 @@
+@ stdcall ChangeDisplaySettingsExW(wstr ptr long long ptr) user32.ChangeDisplaySettingsExW
+@ stdcall DisplayConfigGetDeviceInfo(ptr) user32.DisplayConfigGetDeviceInfo
+@ stub DisplayConfigSetDeviceInfo
+@ stdcall EnumDisplayDevicesW(ptr long ptr long) user32.EnumDisplayDevicesW
+@ stdcall EnumDisplayMonitors(long ptr ptr long) user32.EnumDisplayMonitors
+@ stdcall EnumDisplaySettingsExW(wstr long ptr long) user32.EnumDisplaySettingsExW
+@ stdcall EnumDisplaySettingsW(wstr long ptr ) user32.EnumDisplaySettingsW
+@ stdcall GetDisplayConfigBufferSizes(long ptr ptr) user32.GetDisplayConfigBufferSizes
+@ stdcall GetMonitorInfoW(long ptr) user32.GetMonitorInfoW
+@ stdcall GetSystemMetrics(long) user32.GetSystemMetrics
+@ stdcall QueryDisplayConfig(long ptr ptr ptr ptr ptr) user32.QueryDisplayConfig
+@ stdcall SystemParametersInfoW(long long ptr long) user32.SystemParametersInfoW
diff --git a/tools/make_specfiles b/tools/make_specfiles
index aa5aad6..b05afb8 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -389,6 +389,7 @@ my @dll_groups =
   "ext-ms-win-ntuser-private-l1-3-1",
   "ext-ms-win-ntuser-rectangle-ext-l1-1-0",
   "api-ms-win-ntuser-rectangle-l1-1-0",
+  "api-ms-win-ntuser-sysparams-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