api-ms-win-perf-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 2018-02-08 15:12:44 +02:00 committed by Alexandre Julliard
parent c9f1ada8e5
commit 661d11d071
5 changed files with 14 additions and 0 deletions

2
configure vendored
View File

@ -1055,6 +1055,7 @@ enable_api_ms_win_mm_mme_l1_1_0
enable_api_ms_win_mm_time_l1_1_0
enable_api_ms_win_ntuser_dc_access_l1_1_0
enable_api_ms_win_ntuser_rectangle_l1_1_0
enable_api_ms_win_perf_legacy_l1_1_0
enable_api_ms_win_power_base_l1_1_0
enable_api_ms_win_power_setting_l1_1_0
enable_api_ms_win_rtcore_ntuser_private_l1_1_0
@ -18487,6 +18488,7 @@ wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_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
wine_fn_config_dll api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
wine_fn_config_dll api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0

View File

@ -2968,6 +2968,7 @@ WINE_CONFIG_DLL(api-ms-win-mm-mme-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-mm-time-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-ntuser-rectangle-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-perf-legacy-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-power-base-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-power-setting-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-rtcore-ntuser-private-l1-1-0)

View File

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

View File

@ -0,0 +1,9 @@
@ stub PerfAddCounters
@ stub PerfCloseQueryHandle
@ stub PerfDeleteCounters
@ stub PerfEnumerateCounterSet
@ stub PerfEnumerateCounterSetInstances
@ stub PerfOpenQueryHandle
@ stub PerfQueryCounterData
@ stub PerfQueryCounterInfo
@ stub PerfQueryCounterSetRegistrationInfo

View File

@ -123,6 +123,7 @@ my @dll_groups =
"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-perf-legacy-l1-1-0",
"api-ms-win-security-audit-l1-1-1",
"api-ms-win-security-base-l1-2-0",
"api-ms-win-security-base-private-l1-1-1",