windows-nt/Source/XPSP1/NT/base/crts/crtw32/stdio/_filwbuf.c

31 lines
642 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/***
*_filwbuf.c - fill buffer and get wide character
*
* Copyright (c) 1993-2001, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _filwbuf() - fill buffer and read first character, allocate
* buffer if there is none. Used from getwc().
*
*Revision History:
* 04-27-93 CFW Module Created.
* 02-07-94 CFW POSIXify.
* 02-16-95 GJF Removed obsolete WPRFLAG.
*
*******************************************************************************/
#ifndef _POSIX_
#ifndef _UNICODE /* CRT flag */
#define _UNICODE 1
#endif
#ifndef UNICODE /* NT flag */
#define UNICODE 1
#endif
#include "_filbuf.c"
#endif /* _POSIX_ */