Austin English : api-ms-win-service-core-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Fri Sep 23 10:25:15 CDT 2016


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

Author: Austin English <austinenglish at gmail.com>
Date:   Thu Sep 22 12:22:38 2016 -0500

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

diff --git a/configure b/configure
index b98accc..756dbe6 100755
--- a/configure
+++ b/configure
@@ -1011,6 +1011,7 @@ enable_api_ms_win_security_base_private_l1_1_1
 enable_api_ms_win_security_lsalookup_l1_1_0
 enable_api_ms_win_security_lsalookup_l1_1_1
 enable_api_ms_win_security_sddl_l1_1_0
+enable_api_ms_win_service_core_l1_1_0
 enable_api_ms_win_service_core_l1_1_1
 enable_api_ms_win_service_management_l1_1_0
 enable_api_ms_win_service_winsvc_l1_2_0
@@ -17688,6 +17689,7 @@ wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_sec
 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
+wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
diff --git a/configure.ac b/configure.ac
index f040f05..0fd8e2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2787,6 +2787,7 @@ WINE_CONFIG_DLL(api-ms-win-security-base-private-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-service-management-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-2-0)
diff --git a/dlls/api-ms-win-service-core-l1-1-0/Makefile.in b/dlls/api-ms-win-service-core-l1-1-0/Makefile.in
new file mode 100644
index 0000000..048110c
--- /dev/null
+++ b/dlls/api-ms-win-service-core-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-service-core-l1-1-0.dll
diff --git a/dlls/api-ms-win-service-core-l1-1-0/api-ms-win-service-core-l1-1-0.spec b/dlls/api-ms-win-service-core-l1-1-0/api-ms-win-service-core-l1-1-0.spec
new file mode 100644
index 0000000..bfe75c9
--- /dev/null
+++ b/dlls/api-ms-win-service-core-l1-1-0/api-ms-win-service-core-l1-1-0.spec
@@ -0,0 +1,3 @@
+@ stdcall RegisterServiceCtrlHandlerExW(wstr ptr ptr) advapi32.RegisterServiceCtrlHandlerExW
+@ stdcall SetServiceStatus(long long) advapi32.SetServiceStatus
+@ stdcall StartServiceCtrlDispatcherW(ptr) advapi32.StartServiceCtrlDispatcherW
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 5ede7c3..235b01d 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -123,6 +123,7 @@ my @dll_groups =
   "api-ms-win-security-base-private-l1-1-1",
   "api-ms-win-security-lsalookup-l1-1-0",
   "api-ms-win-security-sddl-l1-1-0",
+  "api-ms-win-service-core-l1-1-0",
   "api-ms-win-service-core-l1-1-1",
   "api-ms-win-service-management-l1-1-0",
   "api-ms-win-service-winsvc-l1-2-0",




More information about the wine-cvs mailing list