Index: boost/date_time/compiler_config.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/date_time/compiler_config.hpp,v retrieving revision 1.37 diff -u -p -r1.37 compiler_config.hpp --- boost/date_time/compiler_config.hpp 29 Mar 2005 14:36:04 -0000 1.37 +++ boost/date_time/compiler_config.hpp 30 Mar 2005 05:00:21 -0000 @@ -137,7 +137,7 @@ namespace std { #endif // auto-linking disabled #if defined(BOOST_HAS_THREADS) -# if defined(_MSC_VER) || defined(__MWERKS__) +# if defined(_MSC_VER) || defined(__MWERKS__) || defined(__MINGW32__) //no reentrant posix functions (eg: localtime_r) # else # define BOOST_DATE_TIME_HAS_REENTRANT_STD_FUNCTIONS