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

Thread: fix issue when BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS is defined on win32/pthread.cpp

[SVN r82645]
This commit is contained in:
Vicente J. Botet Escriba
2013-01-27 20:16:54 +00:00
parent 6f2decdacf
commit e314bf03ce

View File

@@ -644,8 +644,8 @@ namespace boost
detail::get_current_thread_data()->interruption_enabled=false;
}
}
}
#endif
}
namespace detail
{