Changeset 26 for trunk/Classes/zlib/zutil.h
- Timestamp:
- 2010-05-28 07:39:52 (2 years ago)
- File:
-
- 1 edited
-
trunk/Classes/zlib/zutil.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Classes/zlib/zutil.h
r4 r26 16 16 #define ZLIB_INTERNAL 17 17 #include "zlib.h" 18 19 #ifdef DEBUG 20 # include <stdio.h> 21 #endif 18 22 19 23 #ifdef STDC … … 240 244 /* Diagnostic functions */ 241 245 #ifdef DEBUG 242 # include <stdio.h>246 //# include <stdio.h> 243 247 extern int z_verbose; 244 248 extern void z_error OF((char *m));
Note: See TracChangeset
for help on using the changeset viewer.