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:
authorChris Want <cwant@ualberta.ca>2003-06-15 10:18:21 +0400
committerChris Want <cwant@ualberta.ca>2003-06-15 10:18:21 +0400
commit5ec11604322e5a6727e551d84bf0e3959aed6464 (patch)
tree0d93cadaa1ae79952e0255e8632241a9f04bb5b4 /source/blender/python/api2_2x/Metaball.h
parent2775b2c3807d197f1eacfe4483812752071a3061 (diff)
The mipspro compiler also doesn't like FP_INFINITE,
so extended it so Simon's redefinition also occurs whenever FP_INFINITE isn't defined (don't know why setting infinity equals to 1 would be a good thing though)... maybe the author might choose a more portable method for doing this.
Diffstat (limited to 'source/blender/python/api2_2x/Metaball.h')
-rw-r--r--source/blender/python/api2_2x/Metaball.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Metaball.h b/source/blender/python/api2_2x/Metaball.h
index 06ef6e48c08..3fc5ddb6623 100644
--- a/source/blender/python/api2_2x/Metaball.h
+++ b/source/blender/python/api2_2x/Metaball.h
@@ -32,7 +32,7 @@
#ifndef EXPP_METABALL_H
#define EXPP_METABALL_H
-#if defined(WIN32) && !defined (FP_INFINITE)
+#if !defined (FP_INFINITE)
#define FP_INFINITE 1
#endif