I have an open-source project that must build under Win32/Win64/Linux/MacOSX.
We would like to use pthreads to support our multithreading paradigm, however as my project is open-source everything must be build from source. As such I need the source-code file(s) for a version of pthreads that will compile on Win64.
Does anyone know where I can find said file(s)?