]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Add wxDataViewCtrl::GetColumnPosition() stubs
[wxWidgets.git] / include / wx / defs.h
index c8f84b7ef4d8b14d4a8129a504a02d5db2c0e896..3ea852db015d0e4c5d3fe45801c98d8f770624ef 100644 (file)
@@ -2945,35 +2945,8 @@ typedef const void* WXWidget;
 /*  included before or after wxWidgets classes, and therefore must be */
 /*  disabled here before any significant wxWidgets headers are included. */
 #ifdef __WXMSW__
-#ifdef GetClassInfo
-#undef GetClassInfo
-#endif
-
-#ifdef GetClassName
-#undef GetClassName
-#endif
-
-#ifdef DrawText
-#undef DrawText
-#endif
-
-#ifdef GetCharWidth
-#undef GetCharWidth
-#endif
-
-#ifdef StartDoc
-#undef StartDoc
-#endif
-
-#ifdef FindWindow
-#undef FindWindow
-#endif
-
-#ifdef FindResource
-#undef FindResource
-#endif
-#endif
-  /*  __WXMSW__ */
+#include "wx/msw/winundef.h"
+#endif /* __WXMSW__ */
 
 
 /*  include the feature test macros */