![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <QtCore/qglobal.h>

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 |
| #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.
| #define QUAZIP_EXTRA_NTFS_MAGIC 0x000Au |
Definition at line 56 of file quazip_global.h.
| #define QUAZIP_EXTRA_NTFS_TIME_MAGIC 0x0001u |
Definition at line 57 of file quazip_global.h.
| #define UNUSED |
Definition at line 53 of file quazip_global.h.