X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=thread.h;h=5cb4b284ca4fb9121e4527b5101ba7512e632376;hb=bf3d9ec563d250542a3477e399206648d90ace80;hp=fb6a7c05ceaff115eff8ff3c1648d71ef0605711;hpb=46930d8f1568c61dcd2ab37f6a2924dc79596ffc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/thread.h b/thread.h index fb6a7c0..5cb4b28 100644 --- a/thread.h +++ b/thread.h @@ -1,8 +1,8 @@ #ifdef USE_THREADS #ifdef WIN32 -# include "win32/win32thread.h" -#endif +# include +#else /* POSIXish threads */ typedef pthread_t perl_thread; @@ -23,6 +23,7 @@ typedef pthread_t perl_thread; # define pthread_condattr_default NULL # define pthread_attr_default NULL #endif /* OLD_PTHREADS_API */ +#endif #ifndef YIELD # define YIELD sched_yield()