[PATCH] api-ms-win-eventing-legacy-l1-1-0: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Mon Aug 28 05:54:00 CDT 2017


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

diff --git a/configure b/configure
index 302087e005..f54c685799 100755
--- a/configure
+++ b/configure
@@ -1024,6 +1024,7 @@ enable_api_ms_win_dx_d3dkmt_l1_1_0
 enable_api_ms_win_eventing_classicprovider_l1_1_0
 enable_api_ms_win_eventing_consumer_l1_1_0
 enable_api_ms_win_eventing_controller_l1_1_0
+enable_api_ms_win_eventing_legacy_l1_1_0
 enable_api_ms_win_eventing_provider_l1_1_0
 enable_api_ms_win_eventlog_legacy_l1_1_0
 enable_api_ms_win_mm_misc_l1_1_1
@@ -18098,6 +18099,7 @@ wine_fn_config_dll api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_
 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
+wine_fn_config_dll api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
 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-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
diff --git a/configure.ac b/configure.ac
index 9aeaf34710..bf73b651c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2879,6 +2879,7 @@ WINE_CONFIG_DLL(api-ms-win-dx-d3dkmt-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventing-classicprovider-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventing-consumer-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventing-controller-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-eventing-legacy-l1-1-0)
 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-mm-misc-l1-1-1)
diff --git a/dlls/api-ms-win-eventing-legacy-l1-1-0/Makefile.in b/dlls/api-ms-win-eventing-legacy-l1-1-0/Makefile.in
new file mode 100644
index 0000000000..9d59ce0e91
--- /dev/null
+++ b/dlls/api-ms-win-eventing-legacy-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-eventing-legacy-l1-1-0.dll
diff --git a/dlls/api-ms-win-eventing-legacy-l1-1-0/api-ms-win-eventing-legacy-l1-1-0.spec b/dlls/api-ms-win-eventing-legacy-l1-1-0/api-ms-win-eventing-legacy-l1-1-0.spec
new file mode 100644
index 0000000000..8e1aa7fc8e
--- /dev/null
+++ b/dlls/api-ms-win-eventing-legacy-l1-1-0/api-ms-win-eventing-legacy-l1-1-0.spec
@@ -0,0 +1,14 @@
+@ stdcall ControlTraceA(int64 str ptr long) advapi32.ControlTraceA
+@ stdcall EnableTrace(long long long ptr int64) advapi32.EnableTrace
+@ stdcall EnableTraceEx(ptr ptr int64 long long int64 int64 long ptr) advapi32.EnableTraceEx
+@ stdcall EnumerateTraceGuids(ptr long ptr) advapi32.EnumerateTraceGuids
+@ stdcall FlushTraceA(int64 str ptr) advapi32.FlushTraceA
+@ stdcall FlushTraceW(int64 wstr ptr) advapi32.FlushTraceW
+@ stdcall -ret64 OpenTraceA(ptr) advapi32.OpenTraceA
+@ stdcall QueryAllTracesA(ptr long ptr) advapi32.QueryAllTracesA
+@ stub QueryTraceA
+@ stdcall QueryTraceW(int64 wstr ptr) advapi32.QueryTraceW
+@ stdcall StartTraceA(ptr str ptr) advapi32.StartTraceA
+@ stdcall StopTraceA(int64 str ptr) advapi32.StopTraceA
+@ stub UpdateTraceA
+@ stub UpdateTraceW
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 58207ad882..b506f73cd4 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -119,6 +119,7 @@ my @dll_groups =
   "api-ms-win-eventing-classicprovider-l1-1-0",
   "api-ms-win-eventing-consumer-l1-1-0",
   "api-ms-win-eventing-controller-l1-1-0",
+  "api-ms-win-eventing-legacy-l1-1-0",
   "api-ms-win-eventing-provider-l1-1-0",
   "api-ms-win-eventlog-legacy-l1-1-0",
   "api-ms-win-security-audit-l1-1-1",
-- 
2.13.5




More information about the wine-patches mailing list