Commit 478462ef authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

api-ms-win-mm-time-l1-1-0: Add dll.

parent 68bcb8e6
......@@ -1027,6 +1027,7 @@ 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
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_power_base_l1_1_0
enable_api_ms_win_power_setting_l1_1_0
......@@ -18036,6 +18037,7 @@ wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventin
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
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-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
......
......@@ -2863,6 +2863,7 @@ 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)
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-power-base-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-power-setting-l1-1-0)
......
MODULE = api-ms-win-mm-time-l1-1-0.dll
@ stdcall timeBeginPeriod(long) winmm.timeBeginPeriod
@ stdcall timeEndPeriod(long) winmm.timeEndPeriod
@ stdcall timeGetDevCaps(ptr long) winmm.timeGetDevCaps
@ stdcall timeGetSystemTime(ptr long) winmm.timeGetSystemTime
@ stdcall timeGetTime() winmm.timeGetTime
......@@ -338,6 +338,7 @@ my @dll_groups =
"winmm",
"api-ms-win-mm-misc-l1-1-1",
"api-ms-win-mm-mme-l1-1-0",
"api-ms-win-mm-time-l1-1-0",
],
[
"msvcrt",
......
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