From 43483408f379eac06e557edf4a2e94ab5c5239f6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 13 Sep 2011 09:17:21 +0000 Subject: [PATCH] Reverted Paul Idstein warning fix as this was breaking the build --- src/osgDB/FileUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))