work aroudn zlib problem

This commit is contained in:
theoddone33
2002-10-09 01:26:23 +00:00
parent 5afe92de68
commit 561a3a1ac3
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
#endif
#include "zlib.h"
#include "unzip.h"
#include "zunzip.h"
#ifdef STDC
# include <stddef.h>

View File

@@ -32,7 +32,7 @@
#include <sys/stat.h>
#endif
#include "unzip.h"
#include "zunzip.h"
#define CASESENSITIVITY (0)
#define WRITEBUFFERSIZE (8192)