|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62643 - trunk/boost/thread/detail
From: anthony_at_[hidden]
Date: 2010-06-09 04:55:11
Author: anthonyw
Date: 2010-06-09 04:55:09 EDT (Wed, 09 Jun 2010)
New Revision: 62643
URL: http://svn.boost.org/trac/boost/changeset/62643
Log:
Use BOOST_THREAD_DYN_LINK instead of BOOST_THREAD_DYN_DLL for
compatibility with the rest of boost. Fix for issue #2874
Text files modified:
trunk/boost/thread/detail/config.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/thread/detail/config.hpp
==============================================================================
--- trunk/boost/thread/detail/config.hpp (original)
+++ trunk/boost/thread/detail/config.hpp 2010-06-09 04:55:09 EDT (Wed, 09 Jun 2010)
@@ -20,7 +20,7 @@
#include "platform.hpp"
// compatibility with the rest of Boost's auto-linking code:
-#if defined(BOOST_THREAD_DYN_DLL) || defined(BOOST_ALL_DYN_LINK)
+#if defined(BOOST_THREAD_DYN_LINK) || defined(BOOST_ALL_DYN_LINK)
# undef BOOST_THREAD_USE_LIB
# define BOOST_THREAD_USE_DLL
#endif
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk