Merge pull request #76 from halx99/master

Use original c lib minizip-1.2.0
This commit is contained in:
HALX99 2020-02-28 15:04:27 +08:00 committed by GitHub
commit b92de91b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

@ -2,6 +2,7 @@
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2013-2016 Chukong Technologies Inc.
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
Copyright (c) 2020 c4games.com
http://www.cocos2d-x.org
@ -39,16 +40,17 @@ THE SOFTWARE.
#include "platform/CCStdC.h"
#endif
#ifndef _unz64_H
typedef struct unz_file_info_s unz_file_info;
#endif
/**
* @addtogroup base
* @{
*/
namespace cocos2d
{
#ifndef _unz64_H
typedef struct unz_file_info_s unz_file_info;
#endif
/** XXX: pragma pack ???
* @struct CCZHeader
*/

View File

@ -1,5 +1,5 @@
{
"version": "v31",
"version": "v32",
"zip_file_size": "107642814",
"repo_name": "engine-x-3rd",
"repo_parent": "https://github.com/c4games/",