https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a5ed1198134ad0bb2f66e…
commit a5ed1198134ad0bb2f66ef3e0f5332897d06b91b
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Sun Sep 27 11:37:41 2020 +0300
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Thu Oct 17 18:39:37 2024 +0300
[MSVCRT] Properly export sprintf_s and _vcwprintf
---
dll/win32/msvcrt/msvcrt.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dll/win32/msvcrt/msvcrt.spec b/dll/win32/msvcrt/msvcrt.spec
index 605e783ccb7..9e66349fc80 100644
--- a/dll/win32/msvcrt/msvcrt.spec
+++ b/dll/win32/msvcrt/msvcrt.spec
@@ -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)