1
1
forked from 0ad/0ad

Added workaround for duplicate CStr in 3DSMAX.

This was SVN commit r230.
This commit is contained in:
notpete 2004-05-15 17:48:39 +00:00
parent 7b2a86a862
commit e1d7bd4173

View File

@ -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