mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00: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:
parent
3f921d1119
commit
94e0c54c7d
2 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue