]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
memory debugging using VC++ debug CRT works for DLL wxWin builds as well.
[wxWidgets.git] / include / wx / msw / dc.h
index 7d101628e6029437bb09b5aba927ff616b67f000..bba7bd5f81dd9e4e848dc5b1ec4e81c9fbaa2303 100644 (file)
 #include "wx/icon.h"
 #include "wx/font.h"
 #include "wx/gdicmn.h"
 #include "wx/icon.h"
 #include "wx/font.h"
 #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
 {
 
 class WXDLLEXPORT wxDC: public wxObject
 {