boost::mutex seems slow with vs2010, so fall back to apr_mutex for it.
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
#ifndef LL_LLTHREAD_H
|
||||
#define LL_LLTHREAD_H
|
||||
|
||||
#if !defined(_MSC_VER) || _MSC_VER >= 1700
|
||||
#define USE_BOOST_MUTEX 1
|
||||
#endif
|
||||
|
||||
#define IS_LLCOMMON_INLINE (!LL_COMMON_LINK_SHARED || defined(llcommon_EXPORTS))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user