fix previous merge

This commit is contained in:
Oleg Korshul
2019-10-24 16:42:36 +03:00
parent b21ff58336
commit 56348548be
5 changed files with 1244 additions and 3 deletions

View File

@ -45,7 +45,7 @@
namespace ZLibZipUtils
{
#ifndef _IOS
static zipFile zipOpenHelp(const wchar_t* filename)
zipFile zipOpenHelp(const wchar_t* filename)
{
#if defined(_WIN32) || defined (_WIN64)
zlib_filefunc64_def ffunc;
@ -60,7 +60,7 @@ namespace ZLibZipUtils
#endif
return zf;
}
static unzFile unzOpenHelp(const wchar_t* filename)
unzFile unzOpenHelp(const wchar_t* filename)
{
#if defined(_WIN32) || defined (_WIN64)
zlib_filefunc64_def ffunc;