Add wxIntegerValidatorBase::ULongestValueType typedef
Allow just writing ULongestValueType instead of writing #ifdefs in several places.
This commit is contained in:
@@ -293,8 +293,10 @@ protected:
|
||||
// on it.
|
||||
#ifdef wxLongLong_t
|
||||
typedef wxLongLong_t LongestValueType;
|
||||
typedef wxULongLong_t ULongestValueType;
|
||||
#else
|
||||
typedef long LongestValueType;
|
||||
typedef unsigned long ULongestValueType;
|
||||
#endif
|
||||
|
||||
wxIntegerValidatorBase(int style)
|
||||
|
Reference in New Issue
Block a user