From: ehofman Date: Sat, 21 Jan 2006 10:11:08 +0000 (+0000) Subject: Olaf Flebbe: MSVC fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ea177f6744f7f48264a8a5897da183e942ac29bf;hp=480b8c53307ce12a1c2c7c7b812275bda96b51e6;p=flightgear.git Olaf Flebbe: MSVC fix. --- diff --git a/src/FDM/JSBSim/FGJSBBase.h b/src/FDM/JSBSim/FGJSBBase.h index f47a779f6..3da027b8e 100644 --- a/src/FDM/JSBSim/FGJSBBase.h +++ b/src/FDM/JSBSim/FGJSBBase.h @@ -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