summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r--ext/xml/xml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c
index ce87d36139..838a03e3e4 100644
--- a/ext/xml/xml.c
+++ b/ext/xml/xml.c
@@ -35,7 +35,8 @@
#if HAVE_LIBEXPAT
-#ifndef PHP_WIN32
+/*#ifndef PHP_WIN32*/
+#if !defined(PHP_WIN32) && !defined(NETWARE)
# include "build-defs.h"
# endif
# include "ext/standard/head.h"