string limit

This commit is contained in:
David Rose 2005-09-12 16:11:00 +00:00
parent 878735f3b2
commit 88a77268b1

View File

@ -42,7 +42,12 @@ extern std::string EXPORT_IMPORT_PREFEX;
#define CLASS_PREFEX "Dtool_"
#define INSTANCE_PREFEX "Dtool_"
#define BASE_INSTANCE_NAME "Dtool_PyInstDef"
#ifdef WIN32
#define MAX_COMMENT_SIZE 1024
#else
#define MAX_COMMENT_SIZE 6144
#endif
/////////////////////////////////////////////////////////