reactos/lib/3rdparty/mingw/wbinmode.c
KJK::Hyperion c0fa485960 The real, definitive, Visual C++ support branch. Accept no substitutes
svn path=/branches/the-real-msvc/; revision=36960
2008-10-25 17:56:00 +00:00

6 lines
83 B
C

#include <fcntl.h>
/* Set default file mode to binary */
int _fmode = _O_BINARY;