Updated to prevent warnings when BOOST_HAS_WINTHREADS is defined.

[SVN r11648]
This commit is contained in:
John Maddock
2001-11-10 12:14:59 +00:00
parent 96026e7152
commit 279fff7821

View File

@ -24,7 +24,9 @@
# define BOOST_HAS_GETTIMEOFDAY
# define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
#else
# define BOOST_HAS_WINTHREADS
# if !defined(BOOST_HAS_WINTHREADS)
# define BOOST_HAS_WINTHREADS
# endif
# define BOOST_HAS_FTIME
#endif
@ -32,3 +34,4 @@
#include <boost/config/posix_features.hpp>