FGx  1
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
quazip_global.h
1 
24 #ifndef QUAZIP_GLOBAL_H
25 #define QUAZIP_GLOBAL_H
26 
27 #include <QtCore/qglobal.h>
32 #if defined(QUAZIP_BUILD)
33  #define QUAZIP_EXPORT Q_DECL_EXPORT
34 #else
35  #define QUAZIP_EXPORT Q_DECL_IMPORT
36 #endif
37 
38 #ifdef __GNUC__
39 #define UNUSED __attribute__((__unused__))
40 #else
41 #define UNUSED
42 #endif
43 
44 #endif // QUAZIP_GLOBAL_H