aboutsummaryrefslogtreecommitdiff
path: root/libxml2/include
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-06 18:47:53 +0000
committermarha <marha@users.sourceforge.net>2011-03-06 18:47:53 +0000
commitb6bc795c211112d5365ce3622a8aa0d1b0344dcf (patch)
treeb64e47e0bf359d821e5699d4e52ab83074297606 /libxml2/include
parentf027c29436a689abc94b720c2efebeddd449a61f (diff)
downloadvcxsrv-b6bc795c211112d5365ce3622a8aa0d1b0344dcf.tar.gz
vcxsrv-b6bc795c211112d5365ce3622a8aa0d1b0344dcf.tar.bz2
vcxsrv-b6bc795c211112d5365ce3622a8aa0d1b0344dcf.zip
xlaunch now uses libxml2 (dependency on msxml is removed)
Diffstat (limited to 'libxml2/include')
-rw-r--r--libxml2/include/libxml/xmlversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxml2/include/libxml/xmlversion.h b/libxml2/include/libxml/xmlversion.h
index 4b3ed2369..75c5dae37 100644
--- a/libxml2/include/libxml/xmlversion.h
+++ b/libxml2/include/libxml/xmlversion.h
@@ -378,7 +378,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether the Zlib support is compiled in
*/
-#if 0
+#if 1
#define LIBXML_ZLIB_ENABLED
#endif