]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
wxMenu code clean up
[wxWidgets.git] / include / wx / msw / dc.h
index 7e3133f0c8d88b53cb619d297a9cc3f4de790234..29a3ca1acbbf4c719f3f0babe6e9877949cc1349 100644 (file)
 #include "wx/gdicmn.h"
 #include "wx/window.h"
 
+// Clash with Windows header files
+#ifdef StartDoc
+#undef StartDoc
+#endif
+
+#ifdef DrawText
+#undef DrawText
+#endif
+
+#ifdef GetCharWidth
+#undef GetCharWidth
+#endif
+
 class WXDLLEXPORT wxDC: public wxObject
 {
   DECLARE_ABSTRACT_CLASS(wxDC)
@@ -407,8 +420,8 @@ protected:
 #define MS_XDEV2LOGREL(x) DeviceToLogicalXRel(x)
 #define MS_YDEV2LOGREL(y) DeviceToLogicalYRel(y)
 
-#define MM_POINTS      7
-#define MM_METRIC      8
+#define MM_POINTS      9
+#define MM_METRIC     10
 
 extern int wxPageNumber;