]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/socktest.cxx
Update the SoundSample api so we can request that a copy of the sample be
[simgear.git] / simgear / io / socktest.cxx
index 358c32e08bde391bdc55392ba61b589747d480eb..2586b42cd51cbfd5f823bf21a40a2fe76d387131 100644 (file)
@@ -6,15 +6,14 @@
 #include "sg_socket.hxx"
 #include "lowlevel.hxx"
 
-#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
-SG_USING_STD(cout);
-SG_USING_STD(endl);
-#endif
-
 static const int sgEndianTest = 1;
 #define sgIsLittleEndian (*((char *) &sgEndianTest ) != 0)
 #define sgIsBigEndian    (*((char *) &sgEndianTest ) == 0)
 
+SG_USING_STD(cout);
+SG_USING_STD(endl);
+
+
 int main() {
 
     if ( sgIsLittleEndian ) {