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