reactos/lib/3rdparty/mingw/binmode.c
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

5 lines
83 B
C

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