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:
authorMartin Poirier <theeth@yahoo.com>2007-11-08 00:45:35 +0300
committerMartin Poirier <theeth@yahoo.com>2007-11-08 00:45:35 +0300
commite7c4bad8e929fd690aed9c652157eb3c8688c850 (patch)
tree6027a9d1e85e9645107f246bedf8663f6c5e6117 /source/blender/blenlib
parent4cae0a0ff9110fd4bf1e284b7c49ac435dfbe1ea (diff)
Update from school work.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_arithb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_arithb.h b/source/blender/blenlib/BLI_arithb.h
index d5e7447ff66..25671f45403 100644
--- a/source/blender/blenlib/BLI_arithb.h
+++ b/source/blender/blenlib/BLI_arithb.h
@@ -54,6 +54,10 @@ extern "C" {
#define M_SQRT1_2 0.70710678118654752440
#endif
+#ifdef WIN32
+ #define isnan(n) _isnan(n)
+#endif
+
#define MAT4_UNITY {{ 1.0, 0.0, 0.0, 0.0},\
{ 0.0, 1.0, 0.0, 0.0},\
{ 0.0, 0.0, 1.0, 0.0},\