]> git.mxchange.org Git - flightgear.git/commitdiff
Olaf Flebbe: MSVC fix.
authorehofman <ehofman>
Sat, 21 Jan 2006 10:11:08 +0000 (10:11 +0000)
committerehofman <ehofman>
Sat, 21 Jan 2006 10:11:08 +0000 (10:11 +0000)
src/FDM/JSBSim/FGJSBBase.h

index f47a779f693128bdfca0362cd9abbfa2c670f4b3..3da027b8e001254a9ead2fb6bb31c11b2910e252 100644 (file)
@@ -85,7 +85,7 @@ using std::fabs;
 
 #endif
 
-#if !defined(WIN32) || defined(__GNUC__)
+#if !defined(WIN32) || defined(__GNUC__) || (defined(_MSC_VER) && (_MSC_VER >= 1400))
 using std::max;
 #endif