From d3733c4a456a732fc38bb5835f2069f9fc648c70 Mon Sep 17 00:00:00 2001 From: Dhilan007 Date: Sat, 11 Oct 2014 16:05:34 +0800 Subject: [PATCH] fixed compile error --- cocos/base/ZipUtils.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cocos/base/ZipUtils.h b/cocos/base/ZipUtils.h index 9b8a1f092e..6a785ece32 100644 --- a/cocos/base/ZipUtils.h +++ b/cocos/base/ZipUtils.h @@ -37,12 +37,11 @@ THE SOFTWARE. #include "platform/CCStdC.h" #endif +namespace cocos2d +{ #ifndef _unz64_H typedef struct unz_file_info_s unz_file_info; #endif - -namespace cocos2d -{ /* XXX: pragma pack ??? */ /** @struct CCZHeader */