X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e3be693d0e18531299c8f45d27d79f23f948eba..4a8cd0189fc8f1e5b77f2420cc377e4b84721324:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index 0880439f85..a6582b7679 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -24,6 +24,8 @@ #include "wx/list.h" #include "wx/filefn.h" +class WXDLLIMPEXP_BASE wxArrayString; + // need this for wxGetDiskSpace() as we can't, unfortunately, forward declare // wxLongLong #include "wx/longlong.h" @@ -57,7 +59,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