Explorar o código

Merge branch 'master' into gltf2-exporter-improvements

A. Breust %!s(int64=7) %!d(string=hai) anos
pai
achega
d3876f6e29
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      contrib/unzip/unzip.c

+ 4 - 0
contrib/unzip/unzip.c

@@ -41,6 +41,10 @@ woven in by Terry Thorsen 1/2003.
 #include "zlib.h"
 #include "unzip.h"
 
+#if ZLIB_VERNUM < 0x1270
+typedef unsigned long z_crc_t;
+#endif
+
 #ifdef STDC
 #  include <stddef.h>
 #  include <string.h>