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:
Diffstat (limited to 'intern/iksolver/intern/TNT/tntmath.h')
-rw-r--r--intern/iksolver/intern/TNT/tntmath.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/intern/iksolver/intern/TNT/tntmath.h b/intern/iksolver/intern/TNT/tntmath.h
index 55a79e2aba0..5773900caf9 100644
--- a/intern/iksolver/intern/TNT/tntmath.h
+++ b/intern/iksolver/intern/TNT/tntmath.h
@@ -35,9 +35,7 @@
// conventional functions required by several matrix algorithms
-#ifdef _WIN32
-#define hypot _hypot
-#endif
+
namespace TNT
{