Andrey Gusev : api-ms-win-core-shutdown-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Fri Feb 2 12:24:39 CST 2018


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Fri Feb  2 12:08:49 2018 +0200

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

diff --git a/configure b/configure
index 3818f68..b891454 100755
--- a/configure
+++ b/configure
@@ -979,6 +979,7 @@ enable_api_ms_win_core_rtlsupport_l1_2_0
 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
+enable_api_ms_win_core_shutdown_l1_1_0
 enable_api_ms_win_core_sidebyside_l1_1_0
 enable_api_ms_win_core_string_l1_1_0
 enable_api_ms_win_core_string_l2_1_0
@@ -18408,6 +18409,7 @@ wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtls
 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
+wine_fn_config_dll api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
diff --git a/configure.ac b/configure.ac
index 2d2b7be..8b48d2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2892,6 +2892,7 @@ WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-shlwapi-legacy-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-shlwapi-obsolete-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-shlwapi-obsolete-l1-2-0)
+WINE_CONFIG_DLL(api-ms-win-core-shutdown-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-sidebyside-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-string-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-string-l2-1-0)
diff --git a/dlls/api-ms-win-core-shutdown-l1-1-0/Makefile.in b/dlls/api-ms-win-core-shutdown-l1-1-0/Makefile.in
new file mode 100644
index 0000000..f51a519
--- /dev/null
+++ b/dlls/api-ms-win-core-shutdown-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-shutdown-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-shutdown-l1-1-0/api-ms-win-core-shutdown-l1-1-0.spec b/dlls/api-ms-win-core-shutdown-l1-1-0/api-ms-win-core-shutdown-l1-1-0.spec
new file mode 100644
index 0000000..3f353e5
--- /dev/null
+++ b/dlls/api-ms-win-core-shutdown-l1-1-0/api-ms-win-core-shutdown-l1-1-0.spec
@@ -0,0 +1,2 @@
+@ stdcall AbortSystemShutdownW(ptr) advapi32.AbortSystemShutdownW
+@ stdcall InitiateSystemShutdownExW(wstr wstr long long long long) advapi32.InitiateSystemShutdownExW
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 417cf50..4dae97f 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -116,6 +116,7 @@ my @dll_groups =
   "api-ms-win-security-base-l1-1-0",
   "api-ms-win-core-registry-l1-1-0",
   "api-ms-win-core-registry-l2-1-0",
+  "api-ms-win-core-shutdown-l1-1-0",
   "api-ms-win-eventing-classicprovider-l1-1-0",
   "api-ms-win-eventing-consumer-l1-1-0",
   "api-ms-win-eventing-controller-l1-1-0",




More information about the wine-cvs mailing list