mirror of
https://github.com/boostorg/regex.git
synced 2025-07-25 01:57:14 +02:00
changed BOOST_RE_THREADS to BOOST_HAS_THREADS
[SVN r11827]
This commit is contained in:
@ -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*)
|
||||
{
|
||||
|
Reference in New Issue
Block a user