]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/sphrintp.h
Moved JSBSim.hxx to src/FDM/JSBSim/
[flightgear.git] / src / WeatherCM / sphrintp.h
index 78ab4bd4736d2059b34545656aa9ffa63282d3db..e5debcab7995837d6d153f30318552dbfa4e409d 100644 (file)
@@ -51,7 +51,7 @@ public:
     int Evaluate (const double x, const double y, const double z, T& f) const;
     int Evaluate (const double thetaAngle, const double phiAngle, T& f) const;
 
-#ifndef MACOS
+#ifndef macintosh
     // CodeWarrior doesn't know the differece between sgVec2 and
     // sgVec3, so I commented this out for Mac builds. This change is
     // related to a similar change in FGLocalWeatherDatabase module.