From aa517ab3a4b93083f0dbf7adc026310945f8d358 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 15 Feb 2014 14:38:49 +0100 Subject: Compile fix for 004decc1d940... --- source/blender/blenlib/BLI_math_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 9c77ba921e0..ef05777dc2f 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 -- cgit v1.2.3