]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
Getting various compilers to work with wxWin again
[wxWidgets.git] / include / wx / msw / treectrl.h
index 105b5674479b251aadd4e57f229fdd9b1a30d7d4..97baa3f6a4d77d8013a79b5e3b4b06f8395cc90e 100644 (file)
 #include "wx/event.h"
 #include "wx/textctrl.h"
 
-#ifdef __GNUWIN32__
-#  ifdef GetFirstChild
-#    undef GetFirstChild
-#  endif
-
-#  ifdef GetNextSibling
-#    undef GetNextSibling
-#  endif
-#endif
-
 // the type for "untyped" data
 typedef long wxDataType;
 
@@ -447,7 +437,6 @@ public:
 
     // implementation
     // --------------
-    void Command(wxCommandEvent& event) { ProcessCommand(event); };
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);