[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19335] branches/blender2.5/blender/source /blender/python/intern/bpy_util.h: 2.5

Ton Roosendaal ton at blender.org
Fri Mar 20 11:51:59 CET 2009


Revision: 19335
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19335
Author:   ton
Date:     2009-03-20 11:51:58 +0100 (Fri, 20 Mar 2009)

Log Message:
-----------
2.5

Makes older python's compile.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/python/intern/bpy_util.h

Modified: branches/blender2.5/blender/source/blender/python/intern/bpy_util.h
===================================================================
--- branches/blender2.5/blender/source/blender/python/intern/bpy_util.h	2009-03-20 06:12:22 UTC (rev 19334)
+++ branches/blender2.5/blender/source/blender/python/intern/bpy_util.h	2009-03-20 10:51:58 UTC (rev 19335)
@@ -24,6 +24,8 @@
 
 #include <Python.h>
 
+#include "bpy_compat.h"
+
 /* for internal use only, so python can interchange a sequence of strings with flags */
 typedef struct BPY_flag_def {
     const char	*name;





More information about the Bf-blender-cvs mailing list