This commit is contained in:
gocha 2012-07-21 15:22:16 +09:00
commit bcc4ace34d
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#define ZLIB_FILEFUNC_MODE_EXISTING (4)
#define ZLIB_FILEFUNC_MODE_CREATE (8)
#ifndef OF
#define OF(x) x
#endif
#ifndef ZCALLBACK