OSDN Git Service

Overhaul WinSock fd_set content management macros.
[mingw/mingw-org-wsl.git] / mingwrt / binmode.c
1 #include <fcntl.h>
2
3 /* Set default file mode to binary */
4
5 int _fmode = _O_BINARY;