mirror of https://github.com/fltk/fltk
Removed unix compilation warnings after update of zlib to v. 1.2.5
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d798e99431
commit
e099ada69f
|
@ -356,6 +356,10 @@ typedef uLong FAR uLongf;
|
|||
typedef Byte *voidp;
|
||||
#endif
|
||||
|
||||
#if !(defined(WINDOWS) || defined(WIN32))
|
||||
# define HAVE_UNISTD_H
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */
|
||||
# define Z_HAVE_UNISTD_H
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue