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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user