QuaZIP quazip-0-4-2
|
00001 00024 #ifndef QUAZIP_GLOBAL_H 00025 #define QUAZIP_GLOBAL_H 00026 00027 #include <QtCore/qglobal.h> 00032 #if defined(QUAZIP_BUILD) 00033 #define QUAZIP_EXPORT Q_DECL_EXPORT 00034 #else 00035 #define QUAZIP_EXPORT Q_DECL_IMPORT 00036 #endif 00037 00038 #ifdef __GNUC__ 00039 #define UNUSED __attribute__((__unused__)) 00040 #else 00041 #define UNUSED 00042 #endif 00043 00044 #endif // QUAZIP_GLOBAL_H