2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-12 12:32:10 +00:00

Native files now without platform tag.

[SVN r34581]
This commit is contained in:
Roland Schwarz
2006-07-17 10:12:43 +00:00
parent be64ba98b3
commit 8d22f58bc3

View File

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