David Rose %!s(int64=20) %!d(string=hai) anos
pai
achega
88a77268b1
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      dtool/src/interrogate/interfaceMakerPythonNative.cxx

+ 5 - 0
dtool/src/interrogate/interfaceMakerPythonNative.cxx

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