X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e3be693d0e18531299c8f45d27d79f23f948eba..ac776ec973b7dfbbdc586d1cc5da1b3b7f4a3f6c:/include/wx/utils.h?ds=sidebyside diff --git a/include/wx/utils.h b/include/wx/utils.h index 0880439f85..8d41542f1e 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -57,7 +57,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