[perl5.004_71] Patch: change MakeMaker default compress --> gzip
[p5sagit/p5-mst-13.2.git] / thread.h
index 6141cf3..9b75245 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -226,5 +226,9 @@ typedef struct condpair {
 
 #define THR
 /* Rats: if dTHR is just blank then the subsequent ";" throws an error */
+#ifdef WIN32
+#define dTHR extern int Perl___notused
+#else
 #define dTHR extern int errno
+#endif
 #endif /* USE_THREADS */