When bootstrapping with _LIBCPP_HAS_THREAD_API_WIN32 we need to set windows version to atleast 0x0600 for the fibersapi
We do not use these newer apis with the pthread version, this should be safe to do here regardless.
This is useful for environments that want c++11 threading but without using winpthreads.
Shouldn't we use add_definitions ?