From: Mumit Khan Date: Tue, 14 Dec 1999 07:02:23 +0000 (+0000) Subject: stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d01db33660176ab554220c30256f546928ff8e77;p=gcc.git stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime. 1999-12-14 Mumit Khan * stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime. From-SVN: r30902 --- diff --git a/libstdc++/stl/ChangeLog b/libstdc++/stl/ChangeLog index 43f3079f4b4..c574129cb47 100644 --- a/libstdc++/stl/ChangeLog +++ b/libstdc++/stl/ChangeLog @@ -1,3 +1,8 @@ +1999-12-14 Mumit Khan + + * stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread + safe runtime. + 1999-11-10 Benjamin Kosnik Matthias Klose diff --git a/libstdc++/stl/stl_config.h b/libstdc++/stl/stl_config.h index d72f9e1c746..bffce401def 100644 --- a/libstdc++/stl/stl_config.h +++ b/libstdc++/stl/stl_config.h @@ -201,6 +201,9 @@ # if defined(__MINGW32__) # define __STL_NO_DRAND48 +# ifdef _MT +# define __STL_WIN32THREADS +# endif # endif # if defined(__CYGWIN__)