mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 13:40:50 +00:00
msvcr: Fix strftime spec file entry.
Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a6400b9fe7
commit
282b9e6c90
@ -1,7 +1,7 @@
|
||||
@ cdecl _Getdays() ucrtbase._Getdays
|
||||
@ cdecl _Getmonths() ucrtbase._Getmonths
|
||||
@ cdecl _Gettnames() ucrtbase._Gettnames
|
||||
@ cdecl _Strftime(str long str ptr ptr) ucrtbase._Strftime
|
||||
@ cdecl _Strftime(ptr long str ptr ptr) ucrtbase._Strftime
|
||||
@ cdecl _W_Getdays() ucrtbase._W_Getdays
|
||||
@ cdecl _W_Getmonths() ucrtbase._W_Getmonths
|
||||
@ cdecl _W_Gettnames() ucrtbase._W_Gettnames
|
||||
@ -42,7 +42,7 @@
|
||||
@ cdecl _setsystime(ptr long) ucrtbase._setsystime
|
||||
@ cdecl _strdate(ptr) ucrtbase._strdate
|
||||
@ cdecl _strdate_s(ptr long) ucrtbase._strdate_s
|
||||
@ cdecl _strftime_l(str long str ptr ptr) ucrtbase._strftime_l
|
||||
@ cdecl _strftime_l(ptr long str ptr ptr) ucrtbase._strftime_l
|
||||
@ cdecl _strtime(ptr) ucrtbase._strtime
|
||||
@ cdecl _strtime_s(ptr long) ucrtbase._strtime_s
|
||||
@ cdecl _time32(ptr) ucrtbase._time32
|
||||
@ -68,5 +68,5 @@
|
||||
@ 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 strftime(ptr long str ptr) ucrtbase.strftime
|
||||
@ cdecl wcsftime(ptr long wstr ptr) ucrtbase.wcsftime
|
||||
|
@ -470,7 +470,7 @@
|
||||
@ cdecl strcpy(ptr str) msvcrt.strcpy
|
||||
@ cdecl strcspn(str str) msvcrt.strcspn
|
||||
@ cdecl strerror(long) msvcrt.strerror
|
||||
@ cdecl strftime(str long str ptr) msvcrt.strftime
|
||||
@ cdecl strftime(ptr long str ptr) msvcrt.strftime
|
||||
@ cdecl strlen(str) msvcrt.strlen
|
||||
@ cdecl strncat(str str long) msvcrt.strncat
|
||||
@ cdecl strncmp(str str long) msvcrt.strncmp
|
||||
|
@ -536,7 +536,7 @@
|
||||
@ stub _NLG_Return2
|
||||
@ stub -arch=win64 _SetImageBase
|
||||
@ stub -arch=win64 _SetThrowImageBase
|
||||
@ cdecl _Strftime(str long str ptr ptr)
|
||||
@ cdecl _Strftime(ptr long str ptr ptr)
|
||||
@ cdecl _XcptFilter(long ptr)
|
||||
@ cdecl __AdjustPointer(ptr ptr)
|
||||
@ stub __BuildCatchObject
|
||||
@ -1340,7 +1340,7 @@
|
||||
@ cdecl _strdup(str) MSVCRT__strdup
|
||||
@ cdecl _strerror(long) MSVCRT__strerror
|
||||
@ stub _strerror_s
|
||||
@ cdecl _strftime_l(str long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _stricmp(str str) MSVCRT__stricmp
|
||||
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
|
||||
@ cdecl _stricoll(str str) MSVCRT__stricoll
|
||||
@ -1805,7 +1805,7 @@
|
||||
@ cdecl strcspn(str str) ntdll.strcspn
|
||||
@ cdecl strerror(long) MSVCRT_strerror
|
||||
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
|
||||
@ cdecl strftime(str long str ptr) MSVCRT_strftime
|
||||
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
|
||||
@ cdecl strlen(str) MSVCRT_strlen
|
||||
@ cdecl strncat(str str long) MSVCRT_strncat
|
||||
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
|
||||
|
@ -862,7 +862,7 @@
|
||||
@ stub -arch=arm,win64 __NLG_Return2
|
||||
@ stub -arch=win64 _SetImageBase
|
||||
@ stub -arch=win64 _SetThrowImageBase
|
||||
@ cdecl _Strftime(str long str ptr ptr)
|
||||
@ cdecl _Strftime(ptr long str ptr ptr)
|
||||
@ cdecl _Unlock_shared_ptr_spin_lock()
|
||||
@ cdecl _W_Getdays()
|
||||
@ cdecl _W_Getmonths()
|
||||
@ -1697,7 +1697,7 @@
|
||||
@ cdecl _strdup(str) MSVCRT__strdup
|
||||
@ cdecl _strerror(long) MSVCRT__strerror
|
||||
@ stub _strerror_s
|
||||
@ cdecl _strftime_l(str long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _stricmp(str str) MSVCRT__stricmp
|
||||
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
|
||||
@ cdecl _stricoll(str str) MSVCRT__stricoll
|
||||
@ -2163,7 +2163,7 @@
|
||||
@ cdecl strcspn(str str) ntdll.strcspn
|
||||
@ cdecl strerror(long) MSVCRT_strerror
|
||||
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
|
||||
@ cdecl strftime(str long str ptr) MSVCRT_strftime
|
||||
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
|
||||
@ cdecl strlen(str) MSVCRT_strlen
|
||||
@ cdecl strncat(str str long) MSVCRT_strncat
|
||||
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
|
||||
|
@ -847,7 +847,7 @@
|
||||
@ stub _SetWinRTOutOfMemoryExceptionCallback
|
||||
@ stub -arch=win64 _SetImageBase
|
||||
@ stub -arch=win64 _SetThrowImageBase
|
||||
@ cdecl _Strftime(str long str ptr ptr)
|
||||
@ cdecl _Strftime(ptr long str ptr ptr)
|
||||
@ cdecl _W_Getdays()
|
||||
@ cdecl _W_Getmonths()
|
||||
@ cdecl _W_Gettnames()
|
||||
@ -1708,7 +1708,7 @@
|
||||
@ cdecl _strdup(str) MSVCRT__strdup
|
||||
@ cdecl _strerror(long) MSVCRT__strerror
|
||||
@ stub _strerror_s
|
||||
@ cdecl _strftime_l(str long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _stricmp(str str) MSVCRT__stricmp
|
||||
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
|
||||
@ cdecl _stricoll(str str) MSVCRT__stricoll
|
||||
@ -2373,7 +2373,7 @@
|
||||
@ cdecl strcspn(str str) ntdll.strcspn
|
||||
@ cdecl strerror(long) MSVCRT_strerror
|
||||
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
|
||||
@ cdecl strftime(str long str ptr) MSVCRT_strftime
|
||||
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
|
||||
@ cdecl strlen(str) MSVCRT_strlen
|
||||
@ cdecl strncat(str str long) MSVCRT_strncat
|
||||
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
|
||||
|
@ -841,7 +841,7 @@
|
||||
@ stub _SetWinRTOutOfMemoryExceptionCallback
|
||||
@ stub -arch=win64 _SetImageBase
|
||||
@ stub -arch=win64 _SetThrowImageBase
|
||||
@ cdecl _Strftime(str long str ptr ptr) msvcr120._Strftime
|
||||
@ cdecl _Strftime(ptr long str ptr ptr) msvcr120._Strftime
|
||||
@ cdecl _W_Getdays() msvcr120._W_Getdays
|
||||
@ cdecl _W_Getmonths() msvcr120._W_Getmonths
|
||||
@ cdecl _W_Gettnames() msvcr120._W_Gettnames
|
||||
@ -1419,7 +1419,7 @@
|
||||
@ cdecl _strdup(str) msvcr120._strdup
|
||||
@ cdecl _strerror(long) msvcr120._strerror
|
||||
@ stub _strerror_s
|
||||
@ cdecl _strftime_l(str long str ptr ptr) msvcr120._strftime_l
|
||||
@ cdecl _strftime_l(ptr long str ptr ptr) msvcr120._strftime_l
|
||||
@ cdecl _stricmp(str str) msvcr120._stricmp
|
||||
@ cdecl _stricmp_l(str str ptr) msvcr120._stricmp_l
|
||||
@ cdecl _stricoll(str str) msvcr120._stricoll
|
||||
@ -2036,7 +2036,7 @@
|
||||
@ cdecl strcspn(str str) msvcr120.strcspn
|
||||
@ cdecl strerror(long) msvcr120.strerror
|
||||
@ cdecl strerror_s(ptr long long) msvcr120.strerror_s
|
||||
@ cdecl strftime(str long str ptr) msvcr120.strftime
|
||||
@ cdecl strftime(ptr long str ptr) msvcr120.strftime
|
||||
@ cdecl strlen(str) msvcr120.strlen
|
||||
@ cdecl strncat(str str long) msvcr120.strncat
|
||||
@ cdecl strncat_s(str long str long) msvcr120.strncat_s
|
||||
|
@ -114,7 +114,7 @@
|
||||
@ cdecl _Getmonths()
|
||||
@ cdecl _Gettnames()
|
||||
@ extern _HUGE MSVCRT__HUGE
|
||||
@ cdecl _Strftime(str long str ptr ptr)
|
||||
@ cdecl _Strftime(ptr long str ptr ptr)
|
||||
@ cdecl _XcptFilter(long ptr)
|
||||
@ stub __CxxCallUnwindDtor
|
||||
@ stub __CxxCallUnwindVecDtor
|
||||
@ -816,7 +816,7 @@
|
||||
@ cdecl strcpy(ptr str) ntdll.strcpy
|
||||
@ cdecl strcspn(str str) ntdll.strcspn
|
||||
@ cdecl strerror(long) MSVCRT_strerror
|
||||
@ cdecl strftime(str long str ptr) MSVCRT_strftime
|
||||
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
|
||||
@ cdecl strlen(str) MSVCRT_strlen
|
||||
@ cdecl strncat(str str long) MSVCRT_strncat
|
||||
@ cdecl strncmp(str str long) MSVCRT_strncmp
|
||||
|
@ -108,7 +108,7 @@
|
||||
@ cdecl _Getmonths()
|
||||
@ cdecl _Gettnames()
|
||||
@ extern _HUGE MSVCRT__HUGE
|
||||
@ cdecl _Strftime(str long str ptr ptr)
|
||||
@ cdecl _Strftime(ptr long str ptr ptr)
|
||||
@ cdecl _XcptFilter(long ptr)
|
||||
@ cdecl -arch=i386,x86_64,arm __CppXcptFilter(long ptr)
|
||||
@ stub __CxxCallUnwindDtor
|
||||
@ -812,7 +812,7 @@
|
||||
@ cdecl strcpy(ptr str) ntdll.strcpy
|
||||
@ cdecl strcspn(str str) ntdll.strcspn
|
||||
@ cdecl strerror(long) MSVCRT_strerror
|
||||
@ cdecl strftime(str long str ptr) MSVCRT_strftime
|
||||
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
|
||||
@ cdecl strlen(str) MSVCRT_strlen
|
||||
@ cdecl strncat(str str long) MSVCRT_strncat
|
||||
@ cdecl strncmp(str str long) MSVCRT_strncmp
|
||||
|
@ -170,7 +170,7 @@
|
||||
@ stub -arch=arm,win64 __NLG_Return2
|
||||
@ stub -arch=win64 _SetImageBase
|
||||
@ stub -arch=win64 _SetThrowImageBase
|
||||
@ cdecl _Strftime(str long str ptr ptr)
|
||||
@ cdecl _Strftime(ptr long str ptr ptr)
|
||||
@ cdecl _XcptFilter(long ptr)
|
||||
@ cdecl __AdjustPointer(ptr ptr)
|
||||
@ stub __BuildCatchObject
|
||||
@ -1020,7 +1020,7 @@
|
||||
@ cdecl _strdup(str) MSVCRT__strdup
|
||||
@ cdecl _strerror(long) MSVCRT__strerror
|
||||
@ stub _strerror_s
|
||||
@ cdecl _strftime_l(str long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _stricmp(str str) MSVCRT__stricmp
|
||||
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
|
||||
@ cdecl _stricoll(str str) MSVCRT__stricoll
|
||||
@ -1485,7 +1485,7 @@
|
||||
@ cdecl strcspn(str str) ntdll.strcspn
|
||||
@ cdecl strerror(long) MSVCRT_strerror
|
||||
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
|
||||
@ cdecl strftime(str long str ptr) MSVCRT_strftime
|
||||
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
|
||||
@ cdecl strlen(str) MSVCRT_strlen
|
||||
@ cdecl strncat(str str long) MSVCRT_strncat
|
||||
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
|
||||
|
@ -161,7 +161,7 @@
|
||||
@ stub _NLG_Dispatch2
|
||||
@ stub _NLG_Return
|
||||
@ stub _NLG_Return2
|
||||
@ cdecl _Strftime(str long str ptr ptr)
|
||||
@ cdecl _Strftime(ptr long str ptr ptr)
|
||||
@ cdecl _XcptFilter(long ptr)
|
||||
@ cdecl __AdjustPointer(ptr ptr)
|
||||
@ stub __BuildCatchObject
|
||||
@ -995,7 +995,7 @@
|
||||
@ cdecl _strdup(str) MSVCRT__strdup
|
||||
@ cdecl _strerror(long) MSVCRT__strerror
|
||||
@ stub _strerror_s
|
||||
@ cdecl _strftime_l(str long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _stricmp(str str) MSVCRT__stricmp
|
||||
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
|
||||
@ cdecl _stricoll(str str) MSVCRT__stricoll
|
||||
@ -1458,7 +1458,7 @@
|
||||
@ cdecl strcspn(str str) ntdll.strcspn
|
||||
@ cdecl strerror(long) MSVCRT_strerror
|
||||
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
|
||||
@ cdecl strftime(str long str ptr) MSVCRT_strftime
|
||||
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
|
||||
@ cdecl strlen(str) MSVCRT_strlen
|
||||
@ cdecl strncat(str str long) MSVCRT_strncat
|
||||
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
|
||||
|
@ -170,7 +170,7 @@
|
||||
@ cdecl _Getmonths()
|
||||
@ cdecl _Gettnames()
|
||||
@ extern _HUGE MSVCRT__HUGE
|
||||
@ cdecl _Strftime(str long str ptr ptr)
|
||||
@ cdecl _Strftime(ptr long str ptr ptr)
|
||||
@ cdecl _XcptFilter(long ptr)
|
||||
@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler
|
||||
@ cdecl -arch=i386,x86_64,arm __CppXcptFilter(long ptr)
|
||||
@ -1426,7 +1426,7 @@
|
||||
@ cdecl strcspn(str str) ntdll.strcspn
|
||||
@ cdecl strerror(long) MSVCRT_strerror
|
||||
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
|
||||
@ cdecl strftime(str long str ptr) MSVCRT_strftime
|
||||
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
|
||||
@ cdecl strlen(str) MSVCRT_strlen
|
||||
@ cdecl strncat(str str long) MSVCRT_strncat
|
||||
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
|
||||
|
@ -1404,7 +1404,7 @@
|
||||
@ cdecl strcpy(ptr str) msvcrt.strcpy
|
||||
@ cdecl strcspn(str str) msvcrt.strcspn
|
||||
@ cdecl strerror(long) msvcrt.strerror
|
||||
@ cdecl strftime(str long str ptr) msvcrt.strftime
|
||||
@ cdecl strftime(ptr long str ptr) msvcrt.strftime
|
||||
@ cdecl strlen(str) msvcrt.strlen
|
||||
@ cdecl strncat(str str long) msvcrt.strncat
|
||||
@ cdecl strncmp(str str long) msvcrt.strncmp
|
||||
|
@ -1472,7 +1472,7 @@
|
||||
@ cdecl strcpy(ptr str) msvcrt.strcpy
|
||||
@ cdecl strcspn(str str) msvcrt.strcspn
|
||||
@ cdecl strerror(long) msvcrt.strerror
|
||||
@ cdecl strftime(str long str ptr) msvcrt.strftime
|
||||
@ cdecl strftime(ptr long str ptr) msvcrt.strftime
|
||||
@ cdecl strlen(str) msvcrt.strlen
|
||||
@ cdecl strncat(str str long) msvcrt.strncat
|
||||
@ cdecl strncmp(str str long) msvcrt.strncmp
|
||||
|
@ -122,7 +122,7 @@
|
||||
@ cdecl _Getmonths() msvcrt._Getmonths
|
||||
@ cdecl _Gettnames() msvcrt._Gettnames
|
||||
@ extern _HUGE msvcrt._HUGE
|
||||
@ cdecl _Strftime(str long str ptr ptr) msvcrt._Strftime
|
||||
@ cdecl _Strftime(ptr long str ptr ptr) msvcrt._Strftime
|
||||
@ cdecl _XcptFilter(long ptr) msvcrt._XcptFilter
|
||||
@ cdecl -arch=i386,x86_64,arm -norelay __CxxFrameHandler(ptr ptr ptr ptr) msvcrt.__CxxFrameHandler
|
||||
@ stdcall -arch=i386 __CxxLongjmpUnwind(ptr) msvcrt.__CxxLongjmpUnwind
|
||||
@ -768,7 +768,7 @@
|
||||
@ cdecl strcpy(ptr str) msvcrt.strcpy
|
||||
@ cdecl strcspn(str str) msvcrt.strcspn
|
||||
@ cdecl strerror(long) msvcrt.strerror
|
||||
@ cdecl strftime(str long str ptr) msvcrt.strftime
|
||||
@ cdecl strftime(ptr long str ptr) msvcrt.strftime
|
||||
@ cdecl strlen(str) msvcrt.strlen
|
||||
@ cdecl strncat(str str long) msvcrt.strncat
|
||||
@ cdecl strncmp(str str long) msvcrt.strncmp
|
||||
|
@ -40,7 +40,7 @@
|
||||
@ stub _NLG_Return
|
||||
@ stub _NLG_Return2
|
||||
@ stub _SetWinRTOutOfMemoryExceptionCallback
|
||||
@ cdecl _Strftime(str long str ptr ptr)
|
||||
@ cdecl _Strftime(ptr long str ptr ptr)
|
||||
@ cdecl _W_Getdays()
|
||||
@ cdecl _W_Getmonths()
|
||||
@ cdecl _W_Gettnames()
|
||||
@ -1926,7 +1926,7 @@
|
||||
@ cdecl _strdup(str) MSVCRT__strdup
|
||||
@ cdecl _strerror(long) MSVCRT__strerror
|
||||
@ stub _strerror_s
|
||||
@ cdecl _strftime_l(str long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
|
||||
@ cdecl _stricmp(str str) MSVCRT__stricmp
|
||||
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
|
||||
@ cdecl _stricoll(str str) MSVCRT__stricoll
|
||||
@ -2504,7 +2504,7 @@
|
||||
@ cdecl strcspn(str str) ntdll.strcspn
|
||||
@ cdecl strerror(long) MSVCRT_strerror
|
||||
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
|
||||
@ cdecl strftime(str long str ptr) MSVCRT_strftime
|
||||
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
|
||||
@ cdecl strlen(str) MSVCRT_strlen
|
||||
@ cdecl strncat(str str long) MSVCRT_strncat
|
||||
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
|
||||
|
Loading…
Reference in New Issue
Block a user