forked from boostorg/config
Updated to prevent warnings when BOOST_HAS_WINTHREADS is defined.
[SVN r11648]
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user