blob: 7baa5bd471a814943136d40358ee1c24616d75ca [file] [log] [blame]
#define _vscwprintf_p SAVE__vscwprintf_p
#include <stdio.h>
#undef _vscwprintf_p
int __cdecl _vscwprintf_p(const wchar_t *format, va_list arglist);
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;