diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-07 12:20:44 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-07 12:20:44 +0000 |
commit | 7df6611bd27389f5fa73eea55ac0b1dcf54dda25 (patch) | |
tree | f250448936a4941b62336a7baef13582f16d07e9 /plugins/BasicHistory/src/zip/unzip.h | |
parent | 20928b2140adc81e9b3fcbbcc855d7e6ed2d4358 (diff) |
minizip updated
zlib libs removed coz we have dll in miranda
git-svn-id: http://svn.miranda-ng.org/main/trunk@5610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/zip/unzip.h')
-rw-r--r-- | plugins/BasicHistory/src/zip/unzip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/BasicHistory/src/zip/unzip.h b/plugins/BasicHistory/src/zip/unzip.h index 3183968b77..79401afcfa 100644 --- a/plugins/BasicHistory/src/zip/unzip.h +++ b/plugins/BasicHistory/src/zip/unzip.h @@ -48,7 +48,7 @@ extern "C" { #endif #ifndef _ZLIB_H -#include "zlib.h" +#include "..\..\..\Zlib\src\zlib.h" #endif #ifndef _ZLIBIOAPI_H @@ -197,9 +197,9 @@ extern unzFile ZEXPORT unzOpen2_64 OF((const void *path, extern int ZEXPORT unzClose OF((unzFile file)); /* - Close a ZipFile opened with unzipOpen. + Close a ZipFile opened with unzOpen. If there is files inside the .Zip opened with unzOpenCurrentFile (see later), - these files MUST be closed with unzipCloseCurrentFile before call unzipClose. + these files MUST be closed with unzCloseCurrentFile before call unzClose. return UNZ_OK if there is no problem. */ extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, |