mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
[MSVCRT] Properly export sprintf_s and _vcwprintf
This commit is contained in:
parent
bed8b2a0a6
commit
a5ed119813
|
@ -1085,7 +1085,7 @@
|
|||
@ stub -version=0x600+ _vcprintf_p_l
|
||||
@ stub -version=0x600+ _vcprintf_s
|
||||
@ stub -version=0x600+ _vcprintf_s_l
|
||||
@ stub -version=0x600+ _vcwprintf
|
||||
@ cdecl -version=0x600+ _vcwprintf(wstr ptr)
|
||||
@ stub -version=0x600+ _vcwprintf_l
|
||||
@ stub -version=0x600+ _vcwprintf_p
|
||||
@ stub -version=0x600+ _vcwprintf_p_l
|
||||
|
@ -1452,7 +1452,7 @@
|
|||
@ cdecl sinh(double)
|
||||
@ cdecl -arch=x86_64,arm sinhf(long)
|
||||
@ varargs sprintf(ptr str)
|
||||
@ stub -version=0x600+ sprintf_s
|
||||
@ varargs -version=0x600+ sprintf_s(ptr long str)
|
||||
@ cdecl sqrt(double)
|
||||
@ cdecl -arch=x86_64,arm sqrtf(long)
|
||||
@ cdecl srand(long)
|
||||
|
|
Loading…
Reference in a new issue