#ifndef _ZIP_H__ #define _ZIP_H__ //--------------------------------------------------------------------------- // ZIPファイルを解凍する bool Unzip(const string &strZipFilename, const string &strTargetPath); #endif //_ZIP_H__