Skip to content

Commit a5ed119

Browse files
committed
[MSVCRT] Properly export sprintf_s and _vcwprintf
1 parent bed8b2a commit a5ed119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dll/win32/msvcrt/msvcrt.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
@ stub -version=0x600+ _vcprintf_p_l
10861086
@ stub -version=0x600+ _vcprintf_s
10871087
@ stub -version=0x600+ _vcprintf_s_l
1088-
@ stub -version=0x600+ _vcwprintf
1088+
@ cdecl -version=0x600+ _vcwprintf(wstr ptr)
10891089
@ stub -version=0x600+ _vcwprintf_l
10901090
@ stub -version=0x600+ _vcwprintf_p
10911091
@ stub -version=0x600+ _vcwprintf_p_l
@@ -1452,7 +1452,7 @@
14521452
@ cdecl sinh(double)
14531453
@ cdecl -arch=x86_64,arm sinhf(long)
14541454
@ varargs sprintf(ptr str)
1455-
@ stub -version=0x600+ sprintf_s
1455+
@ varargs -version=0x600+ sprintf_s(ptr long str)
14561456
@ cdecl sqrt(double)
14571457
@ cdecl -arch=x86_64,arm sqrtf(long)
14581458
@ cdecl srand(long)

0 commit comments

Comments
 (0)