24 #ifndef QUAZIP_GLOBAL_H
25 #define QUAZIP_GLOBAL_H
27 #include <QtCore/qglobal.h>
32 #if defined(QUAZIP_BUILD)
33 #define QUAZIP_EXPORT Q_DECL_EXPORT
35 #define QUAZIP_EXPORT Q_DECL_IMPORT
39 #define UNUSED __attribute__((__unused__))
44 #endif // QUAZIP_GLOBAL_H