Mercurial > hg > xemacs-beta
comparison lib-src/make-docfile.c @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 677f6a0ee643 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
54 | 54 |
55 #if defined(MSDOS) || defined(__CYGWIN32__) | 55 #if defined(MSDOS) || defined(__CYGWIN32__) |
56 #include <fcntl.h> | 56 #include <fcntl.h> |
57 #endif /* MSDOS */ | 57 #endif /* MSDOS */ |
58 #ifdef WINDOWSNT | 58 #ifdef WINDOWSNT |
59 #include <direct.h> | |
60 #include <fcntl.h> | |
61 #include <io.h> | |
59 #include <stdlib.h> | 62 #include <stdlib.h> |
60 #include <fcntl.h> | |
61 #include <direct.h> | |
62 #endif /* WINDOWSNT */ | 63 #endif /* WINDOWSNT */ |
63 | 64 |
64 #if defined(DOS_NT) || defined(__CYGWIN32__) | 65 #if defined(DOS_NT) || defined(__CYGWIN32__) |
65 #define READ_TEXT "rt" | 66 #define READ_TEXT "rt" |
66 #define READ_BINARY "rb" | 67 #define READ_BINARY "rb" |