diff --git a/source/ps/CStr.h b/source/ps/CStr.h index 1a14308a78..830141b04e 100755 --- a/source/ps/CStr.h +++ b/source/ps/CStr.h @@ -84,6 +84,9 @@ typedef char TCHAR; enum PS_TRIM_MODE {PS_TRIM_LEFT, PS_TRIM_RIGHT, PS_TRIM_BOTH}; +// yuck - MAX already defines a CStr class... +#define CStr PS_CStr + // CStr class, the mother of all strings class CStr: public ISerializable