boost::mutex seems slow with vs2010, so fall back to apr_mutex for it.

This commit is contained in:
Shyotl
2015-01-06 03:56:57 -06:00
parent 1e0395c26d
commit 1a9cd725b2

View File

@@ -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))