api-ms-win-crt-time-l1-1-0: Add stub dll.
This commit is contained in:
parent
e015c85af9
commit
199278b430
|
@ -928,6 +928,7 @@ enable_api_ms_win_crt_process_l1_1_0
|
|||
enable_api_ms_win_crt_runtime_l1_1_0
|
||||
enable_api_ms_win_crt_stdio_l1_1_0
|
||||
enable_api_ms_win_crt_string_l1_1_0
|
||||
enable_api_ms_win_crt_time_l1_1_0
|
||||
enable_api_ms_win_downlevel_advapi32_l1_1_0
|
||||
enable_api_ms_win_downlevel_advapi32_l2_1_0
|
||||
enable_api_ms_win_downlevel_normaliz_l1_1_0
|
||||
|
@ -17181,6 +17182,7 @@ wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l
|
|||
wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
|
||||
wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
|
||||
|
|
|
@ -2768,6 +2768,7 @@ WINE_CONFIG_DLL(api-ms-win-crt-process-l1-1-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-crt-runtime-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-crt-stdio-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-crt-string-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-crt-time-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l2-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-normaliz-l1-1-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-crt-time-l1-1-0.dll
|
|
@ -0,0 +1,72 @@
|
|||
@ cdecl _Getdays() ucrtbase._Getdays
|
||||
@ cdecl _Getmonths() ucrtbase._Getmonths
|
||||
@ cdecl _Gettnames() ucrtbase._Gettnames
|
||||
@ cdecl _Strftime(str long str ptr ptr) ucrtbase._Strftime
|
||||
@ cdecl _W_Getdays() ucrtbase._W_Getdays
|
||||
@ cdecl _W_Getmonths() ucrtbase._W_Getmonths
|
||||
@ stub _W_Gettnames
|
||||
@ stub _Wcsftime
|
||||
@ cdecl __daylight() ucrtbase.__daylight
|
||||
@ cdecl __dstbias() ucrtbase.__dstbias
|
||||
@ cdecl __timezone() ucrtbase.__timezone
|
||||
@ cdecl __tzname() ucrtbase.__tzname
|
||||
@ cdecl _ctime32(ptr) ucrtbase._ctime32
|
||||
@ cdecl _ctime32_s(str long ptr) ucrtbase._ctime32_s
|
||||
@ cdecl _ctime64(ptr) ucrtbase._ctime64
|
||||
@ cdecl _ctime64_s(str long ptr) ucrtbase._ctime64_s
|
||||
@ cdecl _difftime32(long long) ucrtbase._difftime32
|
||||
@ cdecl _difftime64(long long) ucrtbase._difftime64
|
||||
@ cdecl _ftime32(ptr) ucrtbase._ftime32
|
||||
@ cdecl _ftime32_s(ptr) ucrtbase._ftime32_s
|
||||
@ cdecl _ftime64(ptr) ucrtbase._ftime64
|
||||
@ cdecl _ftime64_s(ptr) ucrtbase._ftime64_s
|
||||
@ cdecl _futime32(long ptr) ucrtbase._futime32
|
||||
@ cdecl _futime64(long ptr) ucrtbase._futime64
|
||||
@ cdecl _get_daylight(ptr) ucrtbase._get_daylight
|
||||
@ stub _get_dstbias
|
||||
@ cdecl _get_timezone(ptr) ucrtbase._get_timezone
|
||||
@ cdecl _get_tzname(ptr str long long) ucrtbase._get_tzname
|
||||
@ cdecl _getsystime(ptr) ucrtbase._getsystime
|
||||
@ cdecl _gmtime32(ptr) ucrtbase._gmtime32
|
||||
@ cdecl _gmtime32_s(ptr ptr) ucrtbase._gmtime32_s
|
||||
@ cdecl _gmtime64(ptr) ucrtbase._gmtime64
|
||||
@ cdecl _gmtime64_s(ptr ptr) ucrtbase._gmtime64_s
|
||||
@ cdecl _localtime32(ptr) ucrtbase._localtime32
|
||||
@ cdecl _localtime32_s(ptr ptr) ucrtbase._localtime32_s
|
||||
@ cdecl _localtime64(ptr) ucrtbase._localtime64
|
||||
@ cdecl _localtime64_s(ptr ptr) ucrtbase._localtime64_s
|
||||
@ cdecl _mkgmtime32(ptr) ucrtbase._mkgmtime32
|
||||
@ cdecl _mkgmtime64(ptr) ucrtbase._mkgmtime64
|
||||
@ cdecl _mktime32(ptr) ucrtbase._mktime32
|
||||
@ cdecl _mktime64(ptr) ucrtbase._mktime64
|
||||
@ cdecl _setsystime(ptr long) ucrtbase._setsystime
|
||||
@ cdecl _strdate(ptr) ucrtbase._strdate
|
||||
@ cdecl _strdate_s(ptr long) ucrtbase._strdate_s
|
||||
@ stub _strftime_l
|
||||
@ cdecl _strtime(ptr) ucrtbase._strtime
|
||||
@ cdecl _strtime_s(ptr long) ucrtbase._strtime_s
|
||||
@ cdecl _time32(ptr) ucrtbase._time32
|
||||
@ cdecl _time64(ptr) ucrtbase._time64
|
||||
@ stub _timespec32_get
|
||||
@ stub _timespec64_get
|
||||
@ cdecl _tzset() ucrtbase._tzset
|
||||
@ cdecl _utime32(str ptr) ucrtbase._utime32
|
||||
@ cdecl _utime64(str ptr) ucrtbase._utime64
|
||||
@ cdecl _wasctime(ptr) ucrtbase._wasctime
|
||||
@ cdecl _wasctime_s(ptr long ptr) ucrtbase._wasctime_s
|
||||
@ stub _wcsftime_l
|
||||
@ cdecl _wctime32(ptr) ucrtbase._wctime32
|
||||
@ stub _wctime32_s
|
||||
@ cdecl _wctime64(ptr) ucrtbase._wctime64
|
||||
@ stub _wctime64_s
|
||||
@ cdecl _wstrdate(ptr) ucrtbase._wstrdate
|
||||
@ cdecl _wstrdate_s(ptr long) ucrtbase._wstrdate_s
|
||||
@ cdecl _wstrtime(ptr) ucrtbase._wstrtime
|
||||
@ cdecl _wstrtime_s(ptr long) ucrtbase._wstrtime_s
|
||||
@ cdecl _wutime32(wstr ptr) ucrtbase._wutime32
|
||||
@ cdecl _wutime64(wstr ptr) ucrtbase._wutime64
|
||||
@ cdecl asctime(ptr) ucrtbase.asctime
|
||||
@ cdecl asctime_s(ptr long ptr) ucrtbase.asctime_s
|
||||
@ cdecl clock() ucrtbase.clock
|
||||
@ cdecl strftime(str long str ptr) ucrtbase.strftime
|
||||
@ cdecl wcsftime(ptr long wstr ptr) ucrtbase.wcsftime
|
|
@ -64,6 +64,7 @@ my @dll_groups =
|
|||
"api-ms-win-crt-runtime-l1-1-0",
|
||||
"api-ms-win-crt-stdio-l1-1-0",
|
||||
"api-ms-win-crt-string-l1-1-0",
|
||||
"api-ms-win-crt-time-l1-1-0",
|
||||
],
|
||||
[
|
||||
"msvcp120",
|
||||
|
|
Loading…
Reference in New Issue