Module: wine Branch: master Commit: c539a9f9109a3cbefbf737809b8e8f3a3a385e51 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c539a9f9109a3cbefbf737809b...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Mon Aug 28 13:54:00 2017 +0300
api-ms-win-eventing-legacy-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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(+)
diff --git a/configure b/configure index 302087e..f54c685 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 9aeaf34..bf73b65 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 0000000..9d59ce0 --- /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 0000000..8e1aa7f --- /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 58207ad..b506f73 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",