]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
Fixed.
[wxWidgets.git] / include / wx / msw / treectrl.h
index 429aa6983ea5fdcb38bf9fac618b309b88cd6250..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;