Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
534 B

/***
*_flswbuf.c - flush buffer and output wide character.
*
* Copyright (c) 1993, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _flswbuf() - flush a file buffer and output a wide character.
* If no buffer, make one.
*
*Revision History:
* 04-27-93 CFW Module Created.
*
*******************************************************************************/
#ifndef _UNICODE /* CRT flag */
#define _UNICODE 1
#endif
#ifndef UNICODE /* NT flag */
#define UNICODE 1
#endif
#define WPRFLAG 1
#include "_flsbuf.c"