QuaZIP quazip-0-5-1
quazip_global.h
00001 
00024 #ifndef QUAZIP_GLOBAL_H
00025 #define QUAZIP_GLOBAL_H
00026 
00027 #include <QtCore/qglobal.h>
00028 
00035 #ifdef QUAZIP_STATIC
00036 #define QUAZIP_EXPORT
00037 #else
00038 
00042 #if defined(QUAZIP_BUILD)
00043         #define QUAZIP_EXPORT Q_DECL_EXPORT
00044 #else
00045         #define QUAZIP_EXPORT Q_DECL_IMPORT
00046 #endif
00047 #endif // QUAZIP_STATIC
00048 
00049 #ifdef __GNUC__
00050 #define UNUSED __attribute__((__unused__))
00051 #else
00052 #define UNUSED
00053 #endif
00054 
00055 #endif // QUAZIP_GLOBAL_H