source:
branches/lib/GDE/MUSCLE/src/unixio.h
| Last change on this file was 10390, checked in by aboeckma, 12 years ago | |
|---|---|
| File size: 180 bytes | |
| Line | |
|---|---|
| 1 | #ifdef WIN32 |
| 2 | #include <fcntl.h> |
| 3 | #include <io.h> |
| 4 | #else |
| 5 | #include <fcntl.h> |
| 6 | #include <unistd.h> |
| 7 | #endif |
| 8 | |
| 9 | #if !defined(WIN32) && !defined(O_BINARY) |
| 10 | #define O_BINARY 0 |
| 11 | #endif |
Note: See TracBrowser
for help on using the repository browser.
