mbctype.h: fix broken _mbctype[] and _mbcasemap[] declarations
[reactos.git] / reactos / lib / 3rdparty / mingw / CRTfmode.c
1 /*
2 * CRTfmode.c
3 * This file has no copyright assigned and is placed in the Public Domain.
4 * This file is a part of the mingw-runtime package.
5 * No warranty is given; refer to the file DISCLAIMER within the package.
6 *
7 * Include this object to set _CRT_fmode to a state that will cause
8 * _mingw32_init_fmode to leave all file modes in their default state
9 * (basically text mode).
10 *
11 * To use this object include the object file in your link command:
12 * gcc -o foo.exe foo.o CRTfmode.o
13 *
14 */
15
16 int _CRT_fmode = 0;