From: david Date: Sat, 11 May 2002 12:30:22 +0000 (+0000) Subject: Mac OS X patches from Jonathan Polley. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1ce573908c6b07216a2363f5ad74c5d5fce97cbb;p=flightgear.git Mac OS X patches from Jonathan Polley. --- diff --git a/src/Navaids/fix.hxx b/src/Navaids/fix.hxx index 9fd6115c9..bf2bd802a 100644 --- a/src/Navaids/fix.hxx +++ b/src/Navaids/fix.hxx @@ -36,7 +36,7 @@ # include #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS ) # include -#elif defined( __BORLANDC__ ) +#elif defined( __BORLANDC__ ) || (__APPLE__) # include #else # include diff --git a/src/Navaids/ils.hxx b/src/Navaids/ils.hxx index 8ec84d8c0..8fd0a2fc2 100644 --- a/src/Navaids/ils.hxx +++ b/src/Navaids/ils.hxx @@ -33,7 +33,7 @@ # include #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS ) # include -#elif defined( __BORLANDC__ ) +#elif defined( __BORLANDC__ ) || (__APPLE__) # include #else # include diff --git a/src/Navaids/nav.hxx b/src/Navaids/nav.hxx index fb963b10b..8bb913743 100644 --- a/src/Navaids/nav.hxx +++ b/src/Navaids/nav.hxx @@ -36,7 +36,7 @@ # include #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS ) # include -#elif defined( __BORLANDC__ ) +#elif defined( __BORLANDC__ ) || (__APPLE__) # include #else # include