From a5ed1198134ad0bb2f66ef3e0f5332897d06b91b Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 27 Sep 2020 11:37:41 +0300 Subject: [PATCH] [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)