1 #ifndef QUAZIP_GLOBAL_H 
    2 #define QUAZIP_GLOBAL_H 
   28 #include <QtCore/qglobal.h> 
   43 #if defined(QUAZIP_BUILD) 
   44         #define QUAZIP_EXPORT Q_DECL_EXPORT 
   46         #define QUAZIP_EXPORT Q_DECL_IMPORT 
   48 #endif // QUAZIP_STATIC 
   51 #define UNUSED __attribute__((__unused__)) 
   56 #define QUAZIP_EXTRA_NTFS_MAGIC 0x000Au 
   57 #define QUAZIP_EXTRA_NTFS_TIME_MAGIC 0x0001u 
   59 #endif // QUAZIP_GLOBAL_H