summaryrefslogtreecommitdiff
path: root/libexslt/functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexslt/functions.c')
-rw-r--r--libexslt/functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/functions.c b/libexslt/functions.c
index 3f4e92cf..dc794e3d 100644
--- a/libexslt/functions.c
+++ b/libexslt/functions.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"