Rolled in Olaf's changes for HP-UX build

This commit is contained in:
Don BURNS
2005-04-05 19:08:48 +00:00
parent 9e5d905b05
commit af3ac699aa
3 changed files with 32 additions and 41 deletions

View File

@@ -87,7 +87,7 @@
#if (defined(WIN32) && !(defined(_MSC_VER) && (_MSC_VER >= 1300)) && !defined(__MINGW32__) ) || \
defined (sun) || \
defined (__hpux__) || \
defined (__hpux) || \
defined (APPLE_PRE_10_2)
#ifndef floorf
@@ -212,3 +212,4 @@ inline float computeVolume(const T& f1,const T& f2,const T& f3,
}
#endif // __OSG_MATH