We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a64fd7 commit e9ee517Copy full SHA for e9ee517
libcxx/include/__config
@@ -987,7 +987,8 @@ _LIBCPP_FUNC_VIS extern "C" void __sanitizer_annotate_contiguous_container(
987
defined(__linux__) || \
988
defined(__APPLE__) || \
989
defined(__CloudABI__) || \
990
- defined(__sun__)
+ defined(__sun__) || \
991
+ defined(__WINPTHREADS_VERSION)
992
# define _LIBCPP_HAS_THREAD_API_PTHREAD
993
# elif defined(_LIBCPP_WIN32API)
994
# define _LIBCPP_HAS_THREAD_API_WIN32
0 commit comments