stilllearning 148 Posting Whiz

As long as we are on multithreading, I have a question too .. I basically have a implementation of pthreads on Linux and I want to port it to Windows .. I have read a bunch of docs on how to do this, but I also came across the pthreads-win32 library. Would anyone recommend using it ? Since if I could use that, I wouldn't have to change the Linux code.