MSVC changes contributed by Geoff McLane.

This commit is contained in:
curt
2001-05-17 19:54:18 +00:00
parent f7e0e46143
commit 724a2ef83b
2 changed files with 0 additions and 23 deletions

View File

@@ -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 <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

View 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)