]> git.mxchange.org Git - flightgear.git/commitdiff
Mac OS X patches from Jonathan Polley.
authordavid <david>
Sat, 11 May 2002 12:30:22 +0000 (12:30 +0000)
committerdavid <david>
Sat, 11 May 2002 12:30:22 +0000 (12:30 +0000)
src/Navaids/fix.hxx
src/Navaids/ils.hxx
src/Navaids/nav.hxx

index 9fd6115c949c526239750b6fe5de8eaa81a648bb..bf2bd802a98998fb8e1e47e3822e27d3081cf037 100644 (file)
@@ -36,7 +36,7 @@
 #  include <istream>
 #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
 #  include <iostream.h>
-#elif defined( __BORLANDC__ )
+#elif defined( __BORLANDC__ ) || (__APPLE__)
 #  include <iostream>
 #else
 #  include <istream.h>
index 8ec84d8c0d82bdc5217782c2c6eaf95ad5f787c2..8fd0a2fc26eb0fc821c018065b8198fb2004f6b8 100644 (file)
@@ -33,7 +33,7 @@
 #  include <istream>
 #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
 #  include <iostream.h>
-#elif defined( __BORLANDC__ )
+#elif defined( __BORLANDC__ ) || (__APPLE__)
 #  include <iostream>
 #else
 #  include <istream.h>
index fb963b10b6f39c40e3a981024046754be51a0c52..8bb913743233d559586c99e0a48d3afe4ed183e2 100644 (file)
@@ -36,7 +36,7 @@
 #  include <istream>
 #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
 #  include <iostream.h>
-#elif defined( __BORLANDC__ )
+#elif defined( __BORLANDC__ ) || (__APPLE__)
 #  include <iostream>
 #else
 #  include <istream.h>