diff options
Diffstat (limited to 'include/sal/mathconf.h')
-rw-r--r-- | include/sal/mathconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/mathconf.h b/include/sal/mathconf.h index 30895b696bb0..5ef63221f67d 100644 --- a/include/sal/mathconf.h +++ b/include/sal/mathconf.h @@ -54,7 +54,7 @@ extern "C" { problems, the SAL_MATH_FPEXCEPTIONS_OFF macro can be used to explicitly switch off exceptions (on Windows). */ -#if defined WNT +#if defined(_WIN32) #define SAL_MATH_FPEXCEPTIONS_OFF() _control87( _MCW_EM, _MCW_EM ) #else /* WNT */ #define SAL_MATH_FPEXCEPTIONS_OFF() |