]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
1. configre/makefiles changes
[wxWidgets.git] / include / wx / string.h
index 87219a05a3edca2f55f92916eb7ea68cc19e9583..bbe4d0cce7d2a5f42890237268c5c4c46310c2ee 100644 (file)
@@ -96,7 +96,7 @@
 
 #if defined(__VISAGECPP__) && __IBMCPP__ >= 400
 // must define this static for VA or else you get multiply defined symbols everywhere
-static const unsigned int wxSTRING_MAXLEN = UINT_MAX - 100;
+extern const unsigned int wxSTRING_MAXLEN;
 
 #else
 // maximum possible length for a string means "take all string" everywhere