GH-1227 fix zlib nonsense on Windows
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
class MULTIMC_LOGIC_EXPORT GZip
|
||||
{
|
||||
public:
|
||||
static bool inflate(const QByteArray &compressedBytes, QByteArray &uncompressedBytes);
|
||||
static bool decompress(const QByteArray &compressedBytes, QByteArray &uncompressedBytes);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user