[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59984] trunk/blender/source/blender/imbuf /intern/allocimbuf.c: Add BLI_utildefines.h for __func__ ( necessary for MSVC).

Nathan Letwory nathan at letworyinteractive.com
Tue Sep 10 07:57:55 CEST 2013


Revision: 59984
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59984
Author:   jesterking
Date:     2013-09-10 05:57:54 +0000 (Tue, 10 Sep 2013)
Log Message:
-----------
Add BLI_utildefines.h for __func__ (necessary for MSVC).

Modified Paths:
--------------
    trunk/blender/source/blender/imbuf/intern/allocimbuf.c

Modified: trunk/blender/source/blender/imbuf/intern/allocimbuf.c
===================================================================
--- trunk/blender/source/blender/imbuf/intern/allocimbuf.c	2013-09-10 03:18:43 UTC (rev 59983)
+++ trunk/blender/source/blender/imbuf/intern/allocimbuf.c	2013-09-10 05:57:54 UTC (rev 59984)
@@ -48,6 +48,8 @@
 #include "MEM_guardedalloc.h"
 #include "MEM_CacheLimiterC-Api.h"
 
+#include "BLI_utildefines.h"
+
 void imb_freemipmapImBuf(ImBuf *ibuf)
 {
 	int a;




More information about the Bf-blender-cvs mailing list