Imported Upstream version 2.9.7
[platform/upstream/libxml2.git] / parserInternals.c
index 43a0f5a..efb2387 100644 (file)
@@ -10,7 +10,7 @@
 #define IN_LIBXML
 #include "libxml.h"
 
-#if defined(WIN32) && !defined (__CYGWIN__)
+#if defined(_WIN32) && !defined (__CYGWIN__)
 #define XML_DIR_SEP '\\'
 #else
 #define XML_DIR_SEP '/'