]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
added a few more composite functions
[wxWidgets.git] / include / wx / string.h
index bdd38c93a12d27c223a595ca73cedb5cde0c48b4..bd343a081dda87ebc295f7ed14ebed08084c5f13 100644 (file)
@@ -80,16 +80,8 @@ class WXDLLIMPEXP_BASE wxString;
 // constants
 // ----------------------------------------------------------------------------
 
-#if defined(__VISAGECPP__) && __IBMCPP__ >= 400
-// must define this static for VA or else you get multiply defined symbols everywhere
-extern const unsigned int wxSTRING_MAXLEN;
-
-#else
 // maximum possible length for a string means "take all string" everywhere
-//  (as sizeof(StringData) is unknown here, we subtract 100)
-const unsigned int wxSTRING_MAXLEN = UINT_MAX - 100;
-
-#endif
+#define wxSTRING_MAXLEN wxStringBase::npos
 
 // ----------------------------------------------------------------------------
 // global data