Fixes for Max OSX build from Bob Kuehne.

This commit is contained in:
Robert Osfield
2002-04-19 16:22:25 +00:00
parent b7d1036bb2
commit 1131be56dc
2 changed files with 7 additions and 2 deletions

View File

@@ -52,6 +52,10 @@
#define fabsf (float)fabs
#endif
#ifndef isnanf
#define isnanf (float)isnan
#endif
#endif
namespace osg {