Author: manolo
Date: 2011-02-27 08:51:58 -0800 (Sun, 27 Feb 2011)
New Revision: 8485
Log:
Removed unix compilation warnings after update of zlib to v. 1.2.5
Modified:
branches/branch-1.3/zlib/zconf.h
Modified: branches/branch-1.3/zlib/zconf.h
===================================================================
--- branches/branch-1.3/zlib/zconf.h 2011-02-27 16:28:28 UTC (rev 8484)
+++ branches/branch-1.3/zlib/zconf.h 2011-02-27 16:51:58 UTC (rev 8485)
@@ -356,6 +356,10 @@
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
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit