diff --git a/src/osgDB/FileUtils.cpp b/src/osgDB/FileUtils.cpp index 90fda6841..f5693e673 100644 --- a/src/osgDB/FileUtils.cpp +++ b/src/osgDB/FileUtils.cpp @@ -73,7 +73,7 @@ typedef char TCHAR; // Unfortunately, we can't use the label MAC_OS_X_VERSION_10_4 // for older OS's like Jaguar, Panther since they are not defined, // so I am going to hardcode the number. - #if (MAC_OS_X_VERSION_MAX_ALLOWED <= 1040) || (MAC_OS_X_VERSION_MAX_ALLOWED >= 1066) + #if (MAC_OS_X_VERSION_MAX_ALLOWED <= 1040) #define stat64 stat #endif #elif defined(__CYGWIN__) || defined(__FreeBSD__) || (defined(__hpux) && !defined(_LARGEFILE64_SOURCE))