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>
This commit is contained in:
Andrey Gusev 2017-08-28 13:54:00 +03:00 committed by Alexandre Julliard
parent 0ea60ffecd
commit c539a9f910
5 changed files with 19 additions and 0 deletions

2
configure vendored
View File

@ -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

View File

@ -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)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-eventing-legacy-l1-1-0.dll

View File

@ -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

View File

@ -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",