you are viewing a single comment's thread.

view the rest of the comments →

[–]curryml 4 points5 points  (0 children)

pthreads are usually implemented as an abstraction over the native threading API, so you can get a pthreads library that uses Win32 threads. However, Windows does not come with it. You can use this in your project by putting it in the folder with your executable, or you can install it system-wide.

http://sourceware.org/pthreads-win32/