ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
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
 
#define UNUSED
 
#define QUAZIP_EXTRA_NTFS_MAGIC   0x000Au
 
#define QUAZIP_EXTRA_NTFS_TIME_MAGIC   0x0001u
 

Macro Definition Documentation

◆ QUAZIP_EXPORT

#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. 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.

◆ QUAZIP_EXTRA_NTFS_MAGIC

#define QUAZIP_EXTRA_NTFS_MAGIC   0x000Au

Definition at line 56 of file quazip_global.h.

◆ QUAZIP_EXTRA_NTFS_TIME_MAGIC

#define QUAZIP_EXTRA_NTFS_TIME_MAGIC   0x0001u

Definition at line 57 of file quazip_global.h.

◆ UNUSED

#define UNUSED

Definition at line 53 of file quazip_global.h.