#include "wx/object.h"
#include "wx/list.h"
#include "wx/filefn.h"
+#include "wx/arrstr.h"
// need this for wxGetDiskSpace() as we can't, unfortunately, forward declare
// wxLongLong
// ----------------------------------------------------------------------------
// Make a copy of this string using 'new'
+#if WXWIN_COMPATIBILITY_2_4
WXDLLIMPEXP_BASE wxChar* copystring(const wxChar *s);
+#endif
#if WXWIN_COMPATIBILITY_2
// Matches string one within string two regardless of case