From ee438550db8431ca0e65e6c390a33ec0a5894aa1 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 1 Jun 2003 19:16:15 +0000 Subject: [PATCH] Remove code that in effect always defined BOOST_DISABLE_THREADS on win32 (Note threads may be disabled elsewhere because of lack of multithread library support.) [SVN r18644] --- include/boost/config/compiler/comeau.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/boost/config/compiler/comeau.hpp b/include/boost/config/compiler/comeau.hpp index a0e8835a..97d78c00 100644 --- a/include/boost/config/compiler/comeau.hpp +++ b/include/boost/config/compiler/comeau.hpp @@ -25,7 +25,6 @@ # define BOOST_NO_VOID_RETURNS # endif - #endif // version 4245 // @@ -37,14 +36,6 @@ # define BOOST_HAS_MS_INT64 # endif -// -// disable win32 support unless we are in VC emulation mode, -// (what does this do to Como on top of Borland?): -// -#if defined(_WIN32) && (_MSC_VER+0 < 1000) -# define BOOST_DISABLE_WIN32 -#endif - #define BOOST_COMPILER "Comeau compiler version " BOOST_STRINGIZE(__COMO_VERSION__) //