mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 17:59:48 +08:00
[MSVCRT] Officially implement _localtime32{,_s} (#5652)
required by the guest additions of an app called "UTM", which is a QEMU fork
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
@ stub _gmtime32_s
|
||||
@ stdcall _gmtime64() msvcrt._gmtime64
|
||||
@ stub _gmtime64_s
|
||||
@ stub _localtime32
|
||||
@ stub _localtime32_s
|
||||
@ stdcall _localtime64() msvcrt._localtime64
|
||||
@ stub _localtime64_s
|
||||
@ cdecl -version=0x600+ _localtime32() msvcrt._localtime32
|
||||
@ cdecl -version=0x600+ _localtime32_s() msvcrt._localtime32_s
|
||||
@ cdecl _localtime64() msvcrt._localtime64
|
||||
@ cdecl -version=0x600+ _localtime64_s() msvcrt._localtime64_s
|
||||
@ stub _mkgmtime32
|
||||
@ stdcall _mkgmtime64() msvcrt._mkgmtime64
|
||||
@ stub _mktime32
|
||||
|
||||
@@ -710,8 +710,8 @@
|
||||
@ cdecl -arch=x86_64 _local_unwind(ptr ptr)
|
||||
@ cdecl -arch=i386 _local_unwind2(ptr long)
|
||||
@ cdecl -arch=i386 -version=0x600+ _local_unwind4(ptr ptr long)
|
||||
@ stub -version=0x600+ _localtime32
|
||||
@ stub -version=0x600+ _localtime32_s
|
||||
@ cdecl -version=0x600+ _localtime32(ptr)
|
||||
@ cdecl -version=0x600+ _localtime32_s(ptr ptr)
|
||||
@ cdecl _localtime64(ptr)
|
||||
@ cdecl -version=0x600+ _localtime64_s(ptr ptr)
|
||||
@ cdecl _lock(long)
|
||||
|
||||
Reference in New Issue
Block a user