Mostly minor updates to the source tree for portcls.
[reactos.git] / reactos / lib / mingw / wbinmode.c
1 #include <fcntl.h>
2
3 /* Set default file mode to binary */
4
5 int _fmode = _O_BINARY;