blob: defa943b91712e7240867fa513c478c20f738363 [file]
#undef __MSVCRT_VERSION__
#define __MSVCRT_VERSION__ 0x800
#include <stdio.h>
#undef _getwc_nolock
wint_t __cdecl _getwc_nolock(FILE *stream);
wint_t __cdecl _getwc_nolock(FILE *stream)
{
return _fgetwc_nolock(stream);
}
wint_t __cdecl (*__MINGW_IMP_SYMBOL(_getwc_nolock))(FILE *) = _getwc_nolock;