Add Zip_API to Poco::Zip::ZipUtil class in order to export the static

method Poco::ZLib::ZlibUtil::fakeZlibINputString
This commit is contained in:
FrancisANDRE 2017-03-12 09:28:03 +01:00
parent eb639d86e6
commit c8c2e36fa8

View File

@ -31,7 +31,7 @@ namespace Poco {
namespace Zip {
class ZipUtil
class Zip_API ZipUtil
/// A utility class used for parsing header information inside of zip files
{
public: