mirror of https://github.com/madler/zlib
Use __WATCOMC__ instead of __WATCOM__.
This commit is contained in:
parent
10fca844b1
commit
d63c888039
2
zconf.h
2
zconf.h
|
@ -413,7 +413,7 @@ typedef uLong FAR uLongf;
|
|||
# define Z_LARGE
|
||||
#endif
|
||||
|
||||
#if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H)
|
||||
#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H)
|
||||
# define Z_HAVE_UNISTD_H
|
||||
#endif
|
||||
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
|
||||
|
|
|
@ -415,7 +415,7 @@ typedef uLong FAR uLongf;
|
|||
# define Z_LARGE
|
||||
#endif
|
||||
|
||||
#if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H)
|
||||
#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H)
|
||||
# define Z_HAVE_UNISTD_H
|
||||
#endif
|
||||
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
|
||||
|
|
|
@ -413,7 +413,7 @@ typedef uLong FAR uLongf;
|
|||
# define Z_LARGE
|
||||
#endif
|
||||
|
||||
#if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H)
|
||||
#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H)
|
||||
# define Z_HAVE_UNISTD_H
|
||||
#endif
|
||||
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
|
||||
|
|
Loading…
Reference in New Issue