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

@@ -73,8 +73,8 @@ ALL: @ZSNESEXE@
@CC@ -o @ZSNESEXE@ ${OBJS} @CFLAGS@ @LDFLAGS@ @CC@ -o @ZSNESEXE@ ${OBJS} @CFLAGS@ @LDFLAGS@
${ZIPDIR}/zpng.o: ${ZIPDIR}/zpng.c ${ZIPDIR}/zpng.h ${ZIPDIR}/zpng.o: ${ZIPDIR}/zpng.c ${ZIPDIR}/zpng.h
${ZIPDIR}/unzip.o: ${ZIPDIR}/unzip.c ${ZIPDIR}/unzip.h ${ZIPDIR}/unzip.o: ${ZIPDIR}/unzip.c ${ZIPDIR}/zunzip.h
${ZIPDIR}/zzip.o: ${ZIPDIR}/zzip.c ${ZIPDIR}/unzip.h ${ZIPDIR}/zzip.o: ${ZIPDIR}/zzip.c ${ZIPDIR}/zunzip.h
fixsin.o: fixsin.c fixsin.o: fixsin.c
water.o: water.c water.o: water.c
smoke.o: smoke.c smoke.o: smoke.c

View File

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

View File

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