X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bddd7a8d8953cf4c09e56c13e1bfcc594ba0267e..4393b50ccd24114090d61665ba737e64b755cbde:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index f393cbffb5..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" @@ -56,14 +58,10 @@ class WXDLLIMPEXP_BASE wxPoint; // String functions (deprecated, use wxString) // ---------------------------------------------------------------------------- -// Useful buffer (FIXME VZ: To be removed!!!) -// Now only needed in MSW port -#if !defined(__WXMOTIF__) && !defined(__WXGTK__) && !defined(__WXX11__) && !defined(__WXMGL__) && !defined(__WXMAC__) -WXDLLIMPEXP_DATA_BASE(extern wxChar*) wxBuffer; -#endif - // 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