Forgive my ignorance if this is an obvious question, but is there any way to supply C11 threads.h in w64devkit? I know that pthreads.h is a better choice realistically and that itself is provided here, but I am able to use C11 threads on all other platforms, for instance gcc on linux or msvc on windows. It would be nice to have full c11 support if its not too much trouble, regardless of how awful WG14's work with the standard threading library may have been.
Forgive my ignorance if this is an obvious question, but is there any way to supply C11
threads.hin w64devkit? I know thatpthreads.his a better choice realistically and that itself is provided here, but I am able to use C11 threads on all other platforms, for instance gcc on linux or msvc on windows. It would be nice to have full c11 support if its not too much trouble, regardless of how awful WG14's work with the standard threading library may have been.