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)
27 #define QWT_POLAR_EXPORT Q_DECL_EXPORT
28 #define QWT_POLAR_TEMPLATEDLL
30 #define QWT_POLAR_EXPORT Q_DECL_IMPORT
35 #ifndef QWT_POLAR_EXPORT
36 #define QWT_POLAR_EXPORT