changed BOOST_RE_THREADS to BOOST_HAS_THREADS

[SVN r11827]
This commit is contained in:
John Maddock
2001-11-30 11:56:02 +00:00
parent 52920ff98f
commit c167b1f183
5 changed files with 22 additions and 22 deletions

View File

@ -45,7 +45,7 @@ regbase::regbase(const regbase& b)
} // namespace boost
#if defined(BOOST_RE_USE_VCL) && defined(BOOST_RE_BUILD_DLL)
#if defined(BOOST_RE_USE_VCL) && defined(BOOST_REGEX_BUILD_DLL)
int WINAPI DllEntryPoint(HINSTANCE , unsigned long , void*)
{