1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
* stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread
safe runtime.
From-SVN: r30902
+1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
+
+ * stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread
+ safe runtime.
+
1999-11-10 Benjamin Kosnik <bkoz@haight.constant.com>
Matthias Klose <doko@cs.tu-berlin.de>
# if defined(__MINGW32__)
# define __STL_NO_DRAND48
+# ifdef _MT
+# define __STL_WIN32THREADS
+# endif
# endif
# if defined(__CYGWIN__)