Next version of JABA
[jabaws.git] / binaries / src / muscle / unixio.h
1 #ifdef  WIN32\r
2 #include <fcntl.h>\r
3 #include <io.h>\r
4 #else\r
5 #include <fcntl.h>\r
6 #include <unistd.h>\r
7 #endif\r
8 \r
9 #if     !defined(WIN32) && !defined(O_BINARY)\r
10 #define O_BINARY        0\r
11 #endif\r