]> git.mxchange.org Git - simgear.git/commitdiff
MSVC changes contributed by Geoff McLane.
authorcurt <curt>
Thu, 17 May 2001 19:54:18 +0000 (19:54 +0000)
committercurt <curt>
Thu, 17 May 2001 19:54:18 +0000 (19:54 +0000)
simgear/compiler.h
simgear/sky/stars.cxx

index c6294e0a87e6aaaae84b47e6711a1eb1141845c9..5465c082aefc14ffa1d18e3249a4dd8a160c6cc0 100644 (file)
 #    pragma warning(disable: 4786) // identifier was truncated to '255' characters
 #    pragma warning(disable: 4244) // conversion from double to float
 #    pragma warning(disable: 4305) //
-
-#  elif _MSC_VER == 1100 // msvc++ 5.0
-#    define NEEDNAMESPACESTD
-#    define SG_NAMESPACES
-#    define SG_HAVE_STD
-#    define SG_HAVE_STD_INCLUDES
-#    define SG_HAVE_STREAMBUF
-
-#    define STL_ALGORITHM  <algorithm>
-#    define STL_FUNCTIONAL <functional>
-#    define STL_IOMANIP    <iomanip>
-#    define STL_IOSTREAM   <iostream>
-#    define STL_FSTREAM    <fstream>
-#    define STL_STDEXCEPT  <stdexcept>
-#    define STL_STRING     <string>
-#    define STL_STRSTREAM  <strstream>
-
-#    pragma warning(disable: 4786) // identifier was truncated to '255' characters
-#    pragma warning(disable: 4244) // conversion from double to float
-#    pragma warning(disable: 4305) //
-
 #  else
 #    error What version of MSVC++ is this?
 #  endif
index 3ee2ce312fd81528316a094f8b62d88bf2d78b0e..274b100a4c671c73ac4647181bade93d17658d84 100644 (file)
@@ -33,8 +33,6 @@
 #include <plib/sg.h>
 #include <plib/ssg.h>
 
-#include <compiler.h>
-
 #include "stars.hxx"
 
 #if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)