move picompress.h
This commit is contained in:
@@ -23,10 +23,11 @@
|
|||||||
#ifndef PICOMPRESS_H
|
#ifndef PICOMPRESS_H
|
||||||
#define PICOMPRESS_H
|
#define PICOMPRESS_H
|
||||||
|
|
||||||
|
#include "pip_compress_export.h"
|
||||||
#include "pibytearray.h"
|
#include "pibytearray.h"
|
||||||
|
|
||||||
PIP_EXPORT PIByteArray piCompress(const PIByteArray & ba, int level = 6);
|
PIP_COMPRESS_EXPORT PIByteArray piCompress(const PIByteArray & ba, int level = 6);
|
||||||
|
|
||||||
PIP_EXPORT PIByteArray piDecompress(const PIByteArray & zba);
|
PIP_COMPRESS_EXPORT PIByteArray piDecompress(const PIByteArray & zba);
|
||||||
|
|
||||||
#endif // PICOMPRESS_H
|
#endif // PICOMPRESS_H
|
||||||
Reference in New Issue
Block a user