diff options
Diffstat (limited to 'libexslt/math.c')
-rw-r--r-- | libexslt/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/math.c b/libexslt/math.c index 6b24dbe0..f1aa0ba5 100644 --- a/libexslt/math.c +++ b/libexslt/math.c @@ -1,7 +1,7 @@ #define IN_LIBEXSLT #include "libexslt/libexslt.h" -#if defined(WIN32) && !defined (__CYGWIN__) && (!__MINGW32__) +#if defined(_WIN32) && !defined (__CYGWIN__) && (!__MINGW32__) #include <win32config.h> #else #include "config.h" |