If I try to compile a program with
#include
in it, I get the error:
pthread.h: No such file or directory
As @Ninefingers mentioned, pthreads are unix-only. Posix only, really.
That said, Microsoft does have a library that duplicates pthreads:
Microsoft Windows Services for UNIX Version 3.5
Library Download