summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
authoraliaspider2015-11-05 19:50:23 +0100
committeraliaspider2015-11-05 19:50:46 +0100
commit3e296ccf2e8a6f4792779b45365096c5934425b4 (patch)
tree3140ff7a1411d8f5c8f1f535d06e586429a1b520 /src/port.h
parent73c829b166771b31719feaa9d6800752c766b507 (diff)
downloadsnes9x2002-3e296ccf2e8a6f4792779b45365096c5934425b4.tar.gz
snes9x2002-3e296ccf2e8a6f4792779b45365096c5934425b4.tar.bz2
snes9x2002-3e296ccf2e8a6f4792779b45365096c5934425b4.zip
remove zlib dependancy
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/port.h b/src/port.h
index a6641bb..5c6bdca 100644
--- a/src/port.h
+++ b/src/port.h
@@ -64,7 +64,6 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire
//Required Includes
#include "pixform.h"
-#include <zlib.h> //RC
//#include <windows.h>
#include <limits.h>
#include <string.h>
@@ -127,7 +126,7 @@ typedef short int16_32;
#define CHECK_SOUND()
#define VOID void
#define CPU_SHUTDOWN
-#define UNZIP_SUPPORT
+//#define UNZIP_SUPPORT
#define ZeroMemory(a,b) memset((a),0,(b))
#define PACKING __attribute__ ((packed))
#define ALIGN_BY_ONE __attribute__ ((aligned (1), packed))
@@ -230,7 +229,7 @@ typedef short int16_32;
#define CHECK_SOUND()
#define VOID void
#define CPU_SHUTDOWN
-#define UNZIP_SUPPORT
+//#define UNZIP_SUPPORT
#define ZeroMemory(a,b) memset((a),0,(b))
#define PACKING __attribute__ ((packed))
#define ALIGN_BY_ONE __attribute__ ((aligned (1), packed))