author | unC0Rr |
Mon, 05 Sep 2011 21:45:28 +0400 | |
changeset 5785 | 45b85a04bb1e |
parent 5784 | 0692f628d166 |
child 5786 | ffe2401e287f |
--- a/misc/quazip/quazip_global.h Mon Sep 05 21:12:22 2011 +0400 +++ b/misc/quazip/quazip_global.h Mon Sep 05 21:45:28 2011 +0400 @@ -29,11 +29,8 @@ * When building the library with MSVC, QUAZIP_BUILD must be defined. * qglobal.h takes care of defining Q_DECL_* correctly for msvc/gcc. */ -#if defined(QUAZIP_BUILD) - #define QUAZIP_EXPORT Q_DECL_EXPORT -#else - #define QUAZIP_EXPORT Q_DECL_IMPORT -#endif + +#define QUAZIP_EXPORT #ifdef __GNUC__ #define UNUSED __attribute__((__unused__))