diff options
| -rw-r--r-- | rts/win32/seh_excn.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rts/win32/seh_excn.h b/rts/win32/seh_excn.h index 9d67fb405a..7d17465cd1 100644 --- a/rts/win32/seh_excn.h +++ b/rts/win32/seh_excn.h @@ -85,7 +85,7 @@ catchDivZero(struct _EXCEPTION_RECORD*,     } \    }  #else -#error Don't know what sort of Windows system this is +#error Cannot determine what sort of Windows system this is  #endif  #endif /* WIN32_SEH_EXCN_H */ | 
