#endif
#ifndef WX_PRECOMP
- #include "wx.h"
+ #include "wx/wx.h"
#endif
#if defined(__WIN95__)
#undef GetNextSibling
#endif
+#ifdef GetClassInfo
+#undef GetClassInfo
+#endif
+
#include "wx/msw/treectrl.h"
// Bug in headers, sometimes
}
else
{
- TVSORTCB tvSort;
+ TV_SORTCB tvSort;
tvSort.hParent = (HTREEITEM)(WXHTREEITEM)item;
tvSort.lpfnCompare = (PFNTVCOMPARE)TreeView_CompareCallback;
tvSort.lParam = (LPARAM)this;