[PATCH] api-ms-win-power-setting-l1-1-0: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Sat Nov 19 05:50:50 CST 2016


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

diff --git a/configure b/configure
index c9cfcbe..2879490 100755
--- a/configure
+++ b/configure
@@ -1015,6 +1015,7 @@ enable_api_ms_win_eventing_provider_l1_1_0
 enable_api_ms_win_eventlog_legacy_l1_1_0
 enable_api_ms_win_ntuser_dc_access_l1_1_0
 enable_api_ms_win_power_base_l1_1_0
+enable_api_ms_win_power_setting_l1_1_0
 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
 enable_api_ms_win_security_audit_l1_1_1
 enable_api_ms_win_security_base_l1_1_0
@@ -17729,6 +17730,7 @@ wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventin
 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
 wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
+wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
 wine_fn_config_dll 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 774d424..a97fe20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2792,6 +2792,7 @@ WINE_CONFIG_DLL(api-ms-win-eventing-provider-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventlog-legacy-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-power-base-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-power-setting-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-rtcore-ntuser-private-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-security-audit-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-security-base-l1-1-0)
diff --git a/dlls/api-ms-win-power-setting-l1-1-0/Makefile.in b/dlls/api-ms-win-power-setting-l1-1-0/Makefile.in
new file mode 100644
index 0000000..c02a4be
--- /dev/null
+++ b/dlls/api-ms-win-power-setting-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-power-setting-l1-1-0.dll
diff --git a/dlls/api-ms-win-power-setting-l1-1-0/api-ms-win-power-setting-l1-1-0.spec b/dlls/api-ms-win-power-setting-l1-1-0/api-ms-win-power-setting-l1-1-0.spec
new file mode 100644
index 0000000..4aa924f
--- /dev/null
+++ b/dlls/api-ms-win-power-setting-l1-1-0/api-ms-win-power-setting-l1-1-0.spec
@@ -0,0 +1,8 @@
+@ stdcall PowerGetActiveScheme(ptr ptr) powrprof.PowerGetActiveScheme
+@ stub PowerReadACValue
+@ stdcall PowerReadDCValue(ptr ptr ptr ptr ptr ptr ptr) powrprof.PowerReadDCValue
+@ stdcall PowerSetActiveScheme(ptr ptr) powrprof.PowerSetActiveScheme
+@ stub PowerSettingRegisterNotification
+@ stub PowerSettingUnregisterNotification
+@ stub PowerWriteACValueIndex
+@ stub PowerWriteDCValueIndex
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 04265be..adfce06 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -148,6 +148,7 @@ my @dll_groups =
   "ntdll",
   "powrprof",
   "api-ms-win-power-base-l1-1-0",
+  "api-ms-win-power-setting-l1-1-0",
  ],
  [
   "kernel32",
-- 
2.7.4




More information about the wine-patches mailing list