##// END OF EJS Templates
Fix compiler errors when including Windows.h...
Titta Heikkala -
r2616:2b1fa3a15eec
parent child
Show More
@@ -85,4 +85,11 static inline QDebug chartDebug(int numargs,...)
85 }
85 }
86 #endif
86 #endif
87
87
88 /*
89 On Windows min and max conflict with standard macros
90 */
91 #ifdef Q_OS_WIN
92 #define NOMINMAX
93 #endif
94
88 #endif // QCHARTGLOBAL_H
95 #endif // QCHARTGLOBAL_H
General Comments 0
You need to be logged in to leave comments. Login now