Commit e08d5714 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

api-ms-win-core-realtime-l1-1-0: Add dll.

parent fe04dd2a
......@@ -933,6 +933,7 @@ enable_api_ms_win_core_processthreads_l1_1_1
enable_api_ms_win_core_processthreads_l1_1_2
enable_api_ms_win_core_profile_l1_1_0
enable_api_ms_win_core_psapi_l1_1_0
enable_api_ms_win_core_realtime_l1_1_0
enable_api_ms_win_core_registry_l1_1_0
enable_api_ms_win_core_registryuserspecific_l1_1_0
enable_api_ms_win_core_rtlsupport_l1_1_0
......@@ -17595,6 +17596,7 @@ wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_
wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
......
......@@ -2709,6 +2709,7 @@ WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-2)
WINE_CONFIG_DLL(api-ms-win-core-profile-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-psapi-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-realtime-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-registry-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-registryuserspecific-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-1-0)
......
MODULE = api-ms-win-core-realtime-l1-1-0.dll
@ stub QueryIdleProcessorCycleTime
@ stub QueryIdleProcessorCycleTimeEx
@ stub QueryProcessCycleTime
@ stdcall QueryThreadCycleTime(long ptr) kernel32.QueryThreadCycleTime
@ stdcall QueryUnbiasedInterruptTime(ptr) kernel32.QueryUnbiasedInterruptTime
......@@ -137,6 +137,7 @@ my @dll_groups =
"api-ms-win-core-interlocked-l1-2-0",
"api-ms-win-core-misc-l1-1-0",
"api-ms-win-core-profile-l1-1-0",
"api-ms-win-core-realtime-l1-1-0",
"api-ms-win-core-sidebyside-l1-1-0",
"api-ms-win-core-string-l1-1-0",
"api-ms-win-core-string-obsolete-l1-1-0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment