We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed8b2a commit a5ed119Copy full SHA for a5ed119
dll/win32/msvcrt/msvcrt.spec
@@ -1085,7 +1085,7 @@
1085
@ stub -version=0x600+ _vcprintf_p_l
1086
@ stub -version=0x600+ _vcprintf_s
1087
@ stub -version=0x600+ _vcprintf_s_l
1088
-@ stub -version=0x600+ _vcwprintf
+@ cdecl -version=0x600+ _vcwprintf(wstr ptr)
1089
@ stub -version=0x600+ _vcwprintf_l
1090
@ stub -version=0x600+ _vcwprintf_p
1091
@ stub -version=0x600+ _vcwprintf_p_l
@@ -1452,7 +1452,7 @@
1452
@ cdecl sinh(double)
1453
@ cdecl -arch=x86_64,arm sinhf(long)
1454
@ varargs sprintf(ptr str)
1455
-@ stub -version=0x600+ sprintf_s
+@ varargs -version=0x600+ sprintf_s(ptr long str)
1456
@ cdecl sqrt(double)
1457
@ cdecl -arch=x86_64,arm sqrtf(long)
1458
@ cdecl srand(long)
0 commit comments