api-ms-win-core-realtime-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:
parent
fe04dd2a4b
commit
e08d571480
|
@ -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)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-realtime-l1-1-0.dll
|
|
@ -0,0 +1,5 @@
|
|||
@ 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",
|
||||
|
|
Loading…
Reference in New Issue