msvcrt: _difftime64() takes 64-bit args.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
99069934f7
commit
b7bb360be3
|
@ -15,7 +15,7 @@
|
|||
@ 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 _difftime64(int64 int64) ucrtbase._difftime64
|
||||
@ cdecl _ftime32(ptr) ucrtbase._ftime32
|
||||
@ cdecl _ftime32_s(ptr) ucrtbase._ftime32_s
|
||||
@ cdecl _ftime64(ptr) ucrtbase._ftime64
|
||||
|
|
|
@ -768,7 +768,7 @@
|
|||
@ varargs _cwscanf_s_l(wstr ptr)
|
||||
@ extern _daylight MSVCRT___daylight
|
||||
@ cdecl _difftime32(long long) MSVCRT__difftime32
|
||||
@ cdecl _difftime64(long long) MSVCRT__difftime64
|
||||
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
|
||||
@ stub _dosmaperr
|
||||
@ extern _dstbias MSVCRT__dstbias
|
||||
@ cdecl _dup(long) MSVCRT__dup
|
||||
|
|
|
@ -1116,7 +1116,7 @@
|
|||
@ varargs _cwscanf_s_l(wstr ptr)
|
||||
@ extern _daylight MSVCRT___daylight
|
||||
@ cdecl _difftime32(long long) MSVCRT__difftime32
|
||||
@ cdecl _difftime64(long long) MSVCRT__difftime64
|
||||
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
|
||||
@ stub _dosmaperr
|
||||
@ extern _dstbias MSVCRT__dstbias
|
||||
@ cdecl _dup(long) MSVCRT__dup
|
||||
|
|
|
@ -1108,7 +1108,7 @@
|
|||
@ extern _daylight MSVCRT___daylight
|
||||
@ cdecl _dclass(double) MSVCR120__dclass
|
||||
@ cdecl _difftime32(long long) MSVCRT__difftime32
|
||||
@ cdecl _difftime64(long long) MSVCRT__difftime64
|
||||
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
|
||||
@ stub _dosmaperr
|
||||
@ cdecl _dpcomp(double double) MSVCR120__dpcomp
|
||||
@ cdecl _dsign(double) MSVCR120__dsign
|
||||
|
|
|
@ -1047,7 +1047,7 @@
|
|||
@ extern _daylight msvcr120._daylight
|
||||
@ cdecl _dclass(double) msvcr120._dclass
|
||||
@ cdecl _difftime32(long long) msvcr120._difftime32
|
||||
@ cdecl _difftime64(long long) msvcr120._difftime64
|
||||
@ cdecl _difftime64(int64 int64) msvcr120._difftime64
|
||||
@ stub _dosmaperr
|
||||
@ cdecl _dpcomp(double double) msvcr120._dpcomp
|
||||
@ cdecl _dsign(double) msvcr120._dsign
|
||||
|
|
|
@ -433,7 +433,7 @@
|
|||
@ extern _daylight MSVCRT___daylight
|
||||
@ cdecl _decode_pointer(ptr) MSVCRT_decode_pointer
|
||||
@ cdecl _difftime32(long long) MSVCRT__difftime32
|
||||
@ cdecl _difftime64(long long) MSVCRT__difftime64
|
||||
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
|
||||
@ stub _dosmaperr
|
||||
@ extern _dstbias MSVCRT__dstbias
|
||||
@ cdecl _dup(long) MSVCRT__dup
|
||||
|
|
|
@ -416,7 +416,7 @@
|
|||
@ extern _daylight MSVCRT___daylight
|
||||
@ cdecl _decode_pointer(ptr) MSVCRT_decode_pointer
|
||||
@ cdecl _difftime32(long long) MSVCRT__difftime32
|
||||
@ cdecl _difftime64(long long) MSVCRT__difftime64
|
||||
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
|
||||
@ stub _dosmaperr
|
||||
@ extern _dstbias MSVCRT__dstbias
|
||||
@ cdecl _dup(long) MSVCRT__dup
|
||||
|
|
|
@ -403,7 +403,7 @@
|
|||
@ varargs _cwscanf_s_l(wstr ptr)
|
||||
@ extern _daylight MSVCRT___daylight
|
||||
@ cdecl _difftime32(long long) MSVCRT__difftime32
|
||||
@ cdecl _difftime64(long long) MSVCRT__difftime64
|
||||
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
|
||||
@ extern _dstbias MSVCRT__dstbias
|
||||
@ cdecl _dup (long) MSVCRT__dup
|
||||
@ cdecl _dup2 (long long) MSVCRT__dup2
|
||||
|
|
|
@ -252,7 +252,7 @@
|
|||
@ cdecl _dclass(double) MSVCR120__dclass
|
||||
@ stub _dexp
|
||||
@ cdecl _difftime32(long long) MSVCRT__difftime32
|
||||
@ cdecl _difftime64(long long) MSVCRT__difftime64
|
||||
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
|
||||
@ stub _dlog
|
||||
@ stub _dnorm
|
||||
@ cdecl _dpcomp(double double) MSVCR120__dpcomp
|
||||
|
|
Loading…
Reference in New Issue