[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51667] trunk/blender/source/blender/ python/intern/bpy_rna_array.c: * Windows compile fix for __func__ (r51642)

Thomas Dinges blender at dingto.org
Fri Oct 26 20:06:15 CEST 2012


Revision: 51667
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51667
Author:   dingto
Date:     2012-10-26 18:06:14 +0000 (Fri, 26 Oct 2012)
Log Message:
-----------
* Windows compile fix for __func__ (r51642)

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51642

Modified Paths:
--------------
    trunk/blender/source/blender/python/intern/bpy_rna_array.c

Modified: trunk/blender/source/blender/python/intern/bpy_rna_array.c
===================================================================
--- trunk/blender/source/blender/python/intern/bpy_rna_array.c	2012-10-26 17:49:36 UTC (rev 51666)
+++ trunk/blender/source/blender/python/intern/bpy_rna_array.c	2012-10-26 18:06:14 UTC (rev 51667)
@@ -30,6 +30,8 @@
 
 #include "RNA_types.h"
 
+#include "BLI_utildefines.h"
+
 #include "bpy_rna.h"
 #include "BKE_global.h"
 #include "MEM_guardedalloc.h"




More information about the Bf-blender-cvs mailing list