summaryrefslogtreecommitdiffstats
path: root/private/crt32/stdio/_flswbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'private/crt32/stdio/_flswbuf.c')
-rw-r--r--private/crt32/stdio/_flswbuf.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/private/crt32/stdio/_flswbuf.c b/private/crt32/stdio/_flswbuf.c
new file mode 100644
index 000000000..156da0487
--- /dev/null
+++ b/private/crt32/stdio/_flswbuf.c
@@ -0,0 +1,25 @@
+/***
+*_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"