Module: wine Branch: master Commit: 2e6878aa05cb96c37e4268afd023a8ee557c3913 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e6878aa05cb96c37e4268afd0...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Thu Sep 22 13:26:54 2016 +0300
api-ms-win-eventing-controller-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-controller-l1-1-0/Makefile.in | 1 + .../api-ms-win-eventing-controller-l1-1-0.spec | 11 +++++++++++ tools/make_specfiles | 1 + 5 files changed, 16 insertions(+)
diff --git a/configure b/configure index e18b6d6..dbc520d 100755 --- a/configure +++ b/configure @@ -997,6 +997,7 @@ enable_api_ms_win_downlevel_user32_l1_1_0 enable_api_ms_win_downlevel_version_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_provider_l1_1_0 enable_api_ms_win_eventlog_legacy_l1_1_0 enable_api_ms_win_ntuser_dc_access_l1_1_0 @@ -17668,6 +17669,7 @@ wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downleve wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0 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-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-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0 diff --git a/configure.ac b/configure.ac index 5894a04..23702d6 100644 --- a/configure.ac +++ b/configure.ac @@ -2773,6 +2773,7 @@ WINE_CONFIG_DLL(api-ms-win-downlevel-user32-l1-1-0) WINE_CONFIG_DLL(api-ms-win-downlevel-version-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-provider-l1-1-0) WINE_CONFIG_DLL(api-ms-win-eventlog-legacy-l1-1-0) WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0) diff --git a/dlls/api-ms-win-eventing-controller-l1-1-0/Makefile.in b/dlls/api-ms-win-eventing-controller-l1-1-0/Makefile.in new file mode 100644 index 0000000..06407e9 --- /dev/null +++ b/dlls/api-ms-win-eventing-controller-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-eventing-controller-l1-1-0.dll diff --git a/dlls/api-ms-win-eventing-controller-l1-1-0/api-ms-win-eventing-controller-l1-1-0.spec b/dlls/api-ms-win-eventing-controller-l1-1-0/api-ms-win-eventing-controller-l1-1-0.spec new file mode 100644 index 0000000..a418637 --- /dev/null +++ b/dlls/api-ms-win-eventing-controller-l1-1-0/api-ms-win-eventing-controller-l1-1-0.spec @@ -0,0 +1,11 @@ +@ stdcall ControlTraceW(int64 wstr ptr long) advapi32.ControlTraceW +@ stub EnableTraceEx2 +@ stub EnumerateTraceGuidsEx +@ stub EventAccessControl +@ stub EventAccessQuery +@ stub EventAccessRemove +@ stdcall QueryAllTracesW(ptr long ptr) advapi32.QueryAllTracesW +@ stdcall StartTraceW(ptr wstr ptr) advapi32.StartTraceW +@ stdcall StopTraceW(int64 wstr ptr) advapi32.StopTraceW +@ stub TraceQueryInformation +@ stub TraceSetInformation diff --git a/tools/make_specfiles b/tools/make_specfiles index a13f2ec..c12a3ae 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -115,6 +115,7 @@ my @dll_groups = "api-ms-win-core-registry-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", "api-ms-win-eventing-provider-l1-1-0", "api-ms-win-eventlog-legacy-l1-1-0", "api-ms-win-security-base-l1-2-0",