* libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.

This commit is contained in:
Corinna Vinschen 2003-05-12 11:26:11 +00:00
parent 11e3a52072
commit b47fcdf03d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-05-12 Corinna Vinschen <corinna@vinschen.de>
* libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.
2003-05-12 Corinna Vinschen <corinna@vinschen.de>
* configure.host: Accomodate removing the libc/sys/cygwin dir.

View file

@ -79,7 +79,7 @@ typedef _fpos64_t fpos64_t;
#define __SNPT 0x0800 /* do not do fseek() optimisation */
#define __SOFF 0x1000 /* set iff _offset is in fact correct */
#define __SMOD 0x2000 /* true => fgetline modified _p text */
#if defined(__CYGWIN__) || defined(__CYGWIN__)
#if defined(__CYGWIN__) || defined(__CYGWIN32__)
# define __SCLE 0x4000 /* convert line endings CR/LF <-> NL */
#endif
#define __SL64 0x8000 /* is 64-bit offset large file */