|
@@ -10,6 +10,8 @@
|
|
|
|
|
|
|
|
/* @(#) $Id$ */
|
|
/* @(#) $Id$ */
|
|
|
|
|
|
|
|
|
|
+// Modified by Lasse Oorni for Urho3D
|
|
|
|
|
+
|
|
|
#ifndef _Z_UTIL_H
|
|
#ifndef _Z_UTIL_H
|
|
|
#define _Z_UTIL_H
|
|
#define _Z_UTIL_H
|
|
|
|
|
|
|
@@ -182,7 +184,8 @@ typedef unsigned long ulg;
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
/* Diagnostic functions */
|
|
/* Diagnostic functions */
|
|
|
-#ifdef DEBUG
|
|
|
|
|
|
|
+// Urho3D: disabled to prevent clash with Assimp's zlib
|
|
|
|
|
+#if 0
|
|
|
# include <stdio.h>
|
|
# include <stdio.h>
|
|
|
extern int z_verbose;
|
|
extern int z_verbose;
|
|
|
extern void z_error OF((char *m));
|
|
extern void z_error OF((char *m));
|