From 724a2ef83b13b23ba1bec3a5ac79eca08ae4859a Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 17 May 2001 19:54:18 +0000 Subject: [PATCH] MSVC changes contributed by Geoff McLane. --- simgear/compiler.h | 21 --------------------- simgear/sky/stars.cxx | 2 -- 2 files changed, 23 deletions(-) diff --git a/simgear/compiler.h b/simgear/compiler.h index c6294e0a..5465c082 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -190,27 +190,6 @@ # 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 -# define STL_FUNCTIONAL -# define STL_IOMANIP -# define STL_IOSTREAM -# define STL_FSTREAM -# define STL_STDEXCEPT -# define STL_STRING -# define STL_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 diff --git a/simgear/sky/stars.cxx b/simgear/sky/stars.cxx index 3ee2ce31..274b100a 100644 --- a/simgear/sky/stars.cxx +++ b/simgear/sky/stars.cxx @@ -33,8 +33,6 @@ #include #include -#include - #include "stars.hxx" #if !defined (SG_HAVE_NATIVE_SGI_COMPILERS) -- 2.39.5