24 #ifndef QUAZIP_GLOBAL_H
25 #define QUAZIP_GLOBAL_H
27 #include <QtCore/qglobal.h>
42 #if defined(QUAZIP_BUILD)
43 #define QUAZIP_EXPORT Q_DECL_EXPORT
45 #define QUAZIP_EXPORT Q_DECL_IMPORT
47 #endif // QUAZIP_STATIC
50 #define UNUSED __attribute__((__unused__))
55 #endif // QUAZIP_GLOBAL_H