From 8d22f58bc307e68613a3ca99d103035dcae32357 Mon Sep 17 00:00:00 2001 From: Roland Schwarz Date: Mon, 17 Jul 2006 10:12:43 +0000 Subject: [PATCH] Native files now without platform tag. [SVN r34581] --- include/boost/thread/win32/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/thread/win32/config.hpp b/include/boost/thread/win32/config.hpp index ba630d2a..8e173fc9 100644 --- a/include/boost/thread/win32/config.hpp +++ b/include/boost/thread/win32/config.hpp @@ -64,7 +64,7 @@ #if defined(BOOST_THREAD_LIB_NAME) # define BOOST_LIB_NAME BOOST_THREAD_LIB_NAME #else -# define BOOST_LIB_NAME boost_thread_win32 +# define BOOST_LIB_NAME boost_thread #endif // // If we're importing code from a dll, then tell auto_link.hpp about it: