git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44967
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// minimize the string's memory
// only works if the data of this string is not shared
bool Shrink();
// minimize the string's memory
// only works if the data of this string is not shared
bool Shrink();
-#if WXWIN_COMPATIBILITY_2_8 && !wxUSE_STL
+#if WXWIN_COMPATIBILITY_2_8 && !wxUSE_STL_BASED_WXSTRING
// These are deprecated, use wxStringBuffer or wxStringBufferLength instead
//
// get writable buffer of at least nLen bytes. Unget() *must* be called
// These are deprecated, use wxStringBuffer or wxStringBufferLength instead
//
// get writable buffer of at least nLen bytes. Unget() *must* be called
// call this immediately after GetWriteBuf() has been used
wxDEPRECATED( void UngetWriteBuf() );
wxDEPRECATED( void UngetWriteBuf(size_t nLen) );
// call this immediately after GetWriteBuf() has been used
wxDEPRECATED( void UngetWriteBuf() );
wxDEPRECATED( void UngetWriteBuf(size_t nLen) );
-#endif // WXWIN_COMPATIBILITY_2_8 && !wxUSE_STL
+#endif // WXWIN_COMPATIBILITY_2_8 && !wxUSE_STL_BASED_WXSTRING
// wxWidgets version 1 compatibility functions
// wxWidgets version 1 compatibility functions
}
#endif // WXWIN_COMPATIBILITY_2_8
}
#endif // WXWIN_COMPATIBILITY_2_8
+#endif // !wxUSE_STL_BASED_WXSTRING
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------