diff options
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ typedef struct condpair { #define THR /* Rats: if dTHR is just blank then the subsequent ";" throws an error */ #ifdef WIN32 -#define dTHR +#define dTHR extern int Perl___notused #else #define dTHR extern int errno #endif |