[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48802] trunk/blender/source/blender/ compositor/intern/COM_MemoryBuffer.h: Fix compilation error when using MSVC

Sergey Sharybin sergey.vfx at gmail.com
Tue Jul 10 14:57:09 CEST 2012


Revision: 48802
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48802
Author:   nazgul
Date:     2012-07-10 12:57:09 +0000 (Tue, 10 Jul 2012)
Log Message:
-----------
Fix compilation error when using MSVC

Modified Paths:
--------------
    trunk/blender/source/blender/compositor/intern/COM_MemoryBuffer.h

Modified: trunk/blender/source/blender/compositor/intern/COM_MemoryBuffer.h
===================================================================
--- trunk/blender/source/blender/compositor/intern/COM_MemoryBuffer.h	2012-07-10 12:42:03 UTC (rev 48801)
+++ trunk/blender/source/blender/compositor/intern/COM_MemoryBuffer.h	2012-07-10 12:57:09 UTC (rev 48802)
@@ -28,11 +28,11 @@
 #include "COM_ExecutionGroup.h"
 #include "BLI_rect.h"
 #include "COM_MemoryProxy.h"
-#include "BLI_math.h"
 
-//extern "C" {
-//	#include "BLI_threads.h"
-//}
+extern "C" {
+	//#include "BLI_threads.h"
+	#include "BLI_math.h"
+}
 //#include <vector>
 
 /**




More information about the Bf-blender-cvs mailing list