Ticket #39006: patch-include-osg-Math.diff
File patch-include-osg-Math.diff, 544 bytes (added by Eduardop, 12 years ago) |
---|
-
include/osg/Math
old new 38 38 #define APPLE_PRE_10_2 39 39 #endif 40 40 #endif 41 #if !defined(MAC_OS_X_VERSION_10_7) || (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7) 42 #define APPLE_PRE_10_7 43 #endif 41 44 #endif 42 45 43 46 #if defined(_MSC_VER) … … 45 48 #endif 46 49 47 50 #if defined (sun) || \ 48 defined ( __APPLE__) || \51 defined (APPLE_PRE_10_7) || \ 49 52 (defined (_AIX) && defined (__GNUC__)) 50 53 51 54 #include <float.h>