blob: 498bc1cf48cb00a043b54cfe82dbd0f6b35de538 [file] [log] [blame]
#define MINGW_HAS_SECURE_API 1
#include <sec_api/stdio_s.h>
int __cdecl _vscwprintf_p(const wchar_t *format, va_list arglist)
{
return _vscwprintf_p_l(format, NULL, arglist);
}
int __cdecl (*__MINGW_IMP_SYMBOL(_vscwprintf_p))(const wchar_t *, va_list) = _vscwprintf_p;