提交 d63c8880 编写于 作者: M Mark Adler

Use __WATCOMC__ instead of __WATCOM__.

上级 10fca844
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册