using pthread on Windows

Hi, I’m new to GPU computing. I’m trying to run a neural network on a Windows machine, so I followed this guide: http://www.asiteof.me/archives/50.

On compile, I’m getting this error:
\cuda-convnet-vs-proj\include\nvmatrix\nvmatrix.cuh(72): error : identifier “pthread_mutex_t” is undefined.

Any ideas on how to resolve this?

Thanks!