X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e3be693d0e18531299c8f45d27d79f23f948eba..30ed6e5c897215ee8647b7954ad933ed3a765738:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index 0880439f85..988754c1b6 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -23,6 +23,7 @@ #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 @@ -57,7 +58,9 @@ class WXDLLIMPEXP_BASE wxPoint; // ---------------------------------------------------------------------------- // 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