]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/minigzip.c
new rendering customization api fixes
[wxWidgets.git] / src / zlib / minigzip.c
index 05d0197caa42975f4b50a30b2173d94459dca7f1..9dbecc9b6ee2c6293cfd921fe2a15347490e5587 100644 (file)
@@ -1,5 +1,5 @@
 /* minigzip.c -- simulate gzip using the zlib compression library
- * Copyright (C) 1995-1998 Jean-loup Gailly.
+ * Copyright (C) 1995-2002 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
@@ -48,6 +48,9 @@
 #  define GZ_SUFFIX "-gz"
 #  define fileno(file) file->__file
 #endif
+#if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
+#  include <unix.h> /* for fileno */
+#endif
 
 #ifndef WIN32 /* unlink already in stdio.h for WIN32 */
   extern int unlink OF((const char *));