blob: fba41ca5adab7285bb05a78fe034c416d6e0feb2 [file] [log] [blame]
#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);
}