diff options
| -rw-r--r-- | contrib/puff/pufftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/puff/pufftest.c b/contrib/puff/pufftest.c index 19230b96..6cad56ff 100644 --- a/contrib/puff/pufftest.c +++ b/contrib/puff/pufftest.c | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
| 25 | #include "puff.h" | 25 | #include "puff.h" |
| 26 | 26 | ||
| 27 | #if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__) | 27 | #if defined(MSDOS) || defined(OS2) || defined(_WIN32) || defined(__CYGWIN__) |
| 28 | # include <fcntl.h> | 28 | # include <fcntl.h> |
| 29 | # include <io.h> | 29 | # include <io.h> |
| 30 | # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) | 30 | # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) |
