]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/fgstream.hxx
fg_traits.hxx -> sg_traits.hxx
[simgear.git] / simgear / misc / fgstream.hxx
index 622ed27b0aa33745e4a8ef05ac2124e7417f951e..a7385fc7f4a9c2c3479bfa440e4f68f740344b5f 100644 (file)
@@ -34,9 +34,9 @@
 
 #include <simgear/compiler.h>
 
-#if defined( FG_HAVE_STD_INCLUDES )
+#if defined( SG_HAVE_STD_INCLUDES )
 #  include <istream>
-#elif defined ( FG_HAVE_NATIVE_SGI_COMPILERS )
+#elif defined ( SG_HAVE_NATIVE_SGI_COMPILERS )
 #  include <CC/stream.h>
 #elif defined ( __BORLANDC__ )
 #  include <iostream>
 
 #include <simgear/misc/zfstream.hxx>
 
-FG_USING_STD(string);
+SG_USING_STD(string);
 
-#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
-FG_USING_STD(istream);
+#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
+SG_USING_STD(istream);
 #endif