ckb-next  v0.2.8 at branch master
ckb-next driver for corsair devices
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
quazip_global.h File Reference
#include <QtCore/qglobal.h>
+ Include dependency graph for quazip_global.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QUAZIP_EXPORT   Q_DECL_IMPORT
 This is automatically defined when building a static library, but when including QuaZip sources directly into a project, QUAZIP_STATIC should be defined explicitly to avoid possible troubles with unnecessary importing/exporting. More...
 
#define UNUSED
 
#define QUAZIP_EXTRA_NTFS_MAGIC   0x000Au
 
#define QUAZIP_EXTRA_NTFS_TIME_MAGIC   0x0001u
 

Macro Definition Documentation

#define QUAZIP_EXPORT   Q_DECL_IMPORT

When building a DLL with MSVC, QUAZIP_BUILD must be defined. qglobal.h takes care of defining Q_DECL_* correctly for msvc/gcc.

Definition at line 46 of file quazip_global.h.

#define QUAZIP_EXTRA_NTFS_MAGIC   0x000Au

Definition at line 56 of file quazip_global.h.

Referenced by getNTFSTime(), and setNTFSTime().

#define QUAZIP_EXTRA_NTFS_TIME_MAGIC   0x0001u

Definition at line 57 of file quazip_global.h.

Referenced by getNTFSTime(), and setNTFSTime().

#define UNUSED

Definition at line 53 of file quazip_global.h.