mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
string limit
This commit is contained in:
parent
878735f3b2
commit
88a77268b1
@ -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
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user