Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-02-20 09:37:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-02-20 12:06:05 +0300
commitb30ab24fb823b83256fe981843069a1d73c5bbb8 (patch)
tree4020c76afecd0dcc6ad2871a15f15a5745d060b0
parentaff60520bddecbc7426816696d99f994d5d24bff (diff)
Cycles: Avoid re-definition of math cnstants with MSVC
-rw-r--r--intern/cycles/util/util_math.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/cycles/util/util_math.h b/intern/cycles/util/util_math.h
index f3fd1b31e31..cdbc37fd32c 100644
--- a/intern/cycles/util/util_math.h
+++ b/intern/cycles/util/util_math.h
@@ -24,10 +24,6 @@
#ifndef __KERNEL_OPENCL__
-#ifdef _MSC_VER
-# define _USE_MATH_DEFINES
-#endif
-
#include <float.h>
#include <math.h>
#include <stdio.h>