9 #ifndef QWT_POLAR_GLOBAL_H 10 #define QWT_POLAR_GLOBAL_H 16 #define QWT_POLAR_VERSION 0x010101 17 #define QWT_POLAR_VERSION_STR "1.1.1" 21 #pragma warning(disable: 4660) 26 #if defined(QWT_POLAR_MAKEDLL) // create DLL library 27 #define QWT_POLAR_EXPORT Q_DECL_EXPORT 28 #define QWT_POLAR_TEMPLATEDLL 29 #else // use DLL library 30 #define QWT_POLAR_EXPORT Q_DECL_IMPORT 33 #endif // QWT_POLAR_DLL 35 #ifndef QWT_POLAR_EXPORT 36 #define QWT_POLAR_EXPORT 39 #endif // QWT_POLAR_GLOBAL_H