diff options
Diffstat (limited to 'gcc/gthr-win32.h')
-rw-r--r-- | gcc/gthr-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h index 97f4f49ebb2..113fa5b7901 100644 --- a/gcc/gthr-win32.h +++ b/gcc/gthr-win32.h @@ -348,7 +348,7 @@ typedef void* __gthread_mutex_t; #if __MINGW32_MAJOR_VERSION >= 1 || \ (__MINGW32_MAJOR_VERSION == 0 && __MINGW32_MINOR_VERSION > 2) #define MINGW32_SUPPORTS_MT_EH 1 -/* Mingw runtime >= v0.3 provides a magic variable that is set to non-zero +/* Mingw runtime >= v0.3 provides a magic variable that is set to nonzero if -mthreads option was specified, or 0 otherwise. This is to get around the lack of weak symbols in PE-COFF. */ extern int _CRT_MT; |