added length to wx(Scoped)CharBuffer to improve handling of embedded NULs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,10 +36,6 @@ class WXDLLIMPEXP_FWD_BASE wxString;
|
||||
// the error value returned by wxMBConv methods
|
||||
#define wxCONV_FAILED ((size_t)-1)
|
||||
|
||||
// the default value for some length parameters meaning that the string is
|
||||
// NUL-terminated
|
||||
#define wxNO_LEN ((size_t)-1)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxMBConv (abstract base class for conversions)
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user