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:
authorJens Ole Wund <bjornmose@gmx.net>2008-02-17 23:13:58 +0300
committerJens Ole Wund <bjornmose@gmx.net>2008-02-17 23:13:58 +0300
commit5163811290e6f9dbe1b4d4e9b5910fd3fae58e2c (patch)
treeebd2215ec572c8c61cbe1547652920a9712a2a49 /source/blender/blenlib
parentafb3f0ec3a25353914da3c134bed97212e7def3b (diff)
double strike
-help MSVC compilers with finite /* hope that won't break cygwin builds */ -a unfinished soft body feature sneaked in (freezer) .. disabled for now
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_arithb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_arithb.h b/source/blender/blenlib/BLI_arithb.h
index 54999b1f72b..b3c94ca79ba 100644
--- a/source/blender/blenlib/BLI_arithb.h
+++ b/source/blender/blenlib/BLI_arithb.h
@@ -57,6 +57,7 @@ extern "C" {
#ifdef WIN32
#ifndef FREE_WINDOWS
#define isnan(n) _isnan(n)
+ #define finite _finite
#endif
#endif