api-ms-win-mm-time-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 2017-07-10 13:31:05 +03:00 committed by Alexandre Julliard
parent 68bcb8e675
commit 478462ef0b
5 changed files with 10 additions and 0 deletions

2
configure vendored
View File

@ -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

View File

@ -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)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-mm-time-l1-1-0.dll

View File

@ -0,0 +1,5 @@
@ 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

View File

@ -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",