[Bf-blender-cvs] [aa517ab] master: Compile fix for 004decc1d940...

Thomas Dinges noreply at git.blender.org
Sat Feb 15 14:44:30 CET 2014


Commit: aa517ab3a4b93083f0dbf7adc026310945f8d358
Author: Thomas Dinges
Date:   Sat Feb 15 14:38:49 2014 +0100
https://developer.blender.org/rBaa517ab3a4b93083f0dbf7adc026310945f8d358

Compile fix for 004decc1d940...

===================================================================

M	source/blender/blenlib/BLI_math_base.h

===================================================================

diff --git a/source/blender/blenlib/BLI_math_base.h b/source/blender/blenlib/BLI_math_base.h
index 9c77ba9..ef05777 100644
--- a/source/blender/blenlib/BLI_math_base.h
+++ b/source/blender/blenlib/BLI_math_base.h
@@ -240,7 +240,7 @@ MINLINE unsigned short highest_order_bit_s(unsigned short n);
 
 MINLINE float shell_angle_to_dist(const float angle);
 
-#if defined(MSC_VER) && (MSC_VER < 1800)
+#if defined(_MSC_VER) && (_MSC_VER < 1800)
 extern double copysign(double x, double y);
 extern double round(double x);
 #endif




More information about the Bf-blender-cvs mailing list