mirror of
https://github.com/boostorg/asio.git
synced 2026-01-28 06:42:08 +00:00
In some cases, using libpthread on Windows is desired, for example when porting software that's already using libpthread, avoiding mixing the two libraries, which can be troublesome. This change will allow using libthread when targetting Windows and BOOST_ASIO_HAS_PTHREADS is set.