1 #include <stdio.h> 2 3 #undef _getc_nolock 4 int __cdecl _getc_nolock(FILE *stream); _getc_nolock(FILE * stream)5 int __cdecl _getc_nolock(FILE *stream) 6 { 7 return _fgetc_nolock(stream); 8 } 9