fixed <strings.h> include and also removed the obsolete WXSTRING_IS_WXOBJECT setting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,13 +46,9 @@
|
||||
#include <clib.h>
|
||||
#endif
|
||||
|
||||
#ifdef WXSTRING_IS_WXOBJECT
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxString, wxObject)
|
||||
#endif //WXSTRING_IS_WXOBJECT
|
||||
|
||||
#if wxUSE_UNICODE
|
||||
#undef wxUSE_EXPERIMENTAL_PRINTF
|
||||
#define wxUSE_EXPERIMENTAL_PRINTF 1
|
||||
#undef wxUSE_EXPERIMENTAL_PRINTF
|
||||
#define wxUSE_EXPERIMENTAL_PRINTF 1
|
||||
#endif
|
||||
|
||||
// allocating extra space for each string consumes more memory but speeds up
|
||||
|
Reference in New Issue
Block a user