aboutsummaryrefslogtreecommitdiff
path: root/libxml2
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
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')
-rw-r--r--libxml2/bin/iconv.dllbin0 -> 888832 bytes
-rw-r--r--libxml2/bin/libxml2.dllbin0 -> 986112 bytes
-rw-r--r--libxml2/bin/zlib1.dllbin0 -> 77824 bytes
-rw-r--r--libxml2/include/libxml/xmlversion.h2
-rw-r--r--libxml2/lib/libxml2.libbin377216 -> 377216 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/libxml2/bin/iconv.dll b/libxml2/bin/iconv.dll
new file mode 100644
index 000000000..df718829f
--- /dev/null
+++ b/libxml2/bin/iconv.dll
Binary files differ
diff --git a/libxml2/bin/libxml2.dll b/libxml2/bin/libxml2.dll
new file mode 100644
index 000000000..dc4a39cac
--- /dev/null
+++ b/libxml2/bin/libxml2.dll
Binary files differ
diff --git a/libxml2/bin/zlib1.dll b/libxml2/bin/zlib1.dll
new file mode 100644
index 000000000..82913fb9f
--- /dev/null
+++ b/libxml2/bin/zlib1.dll
Binary files differ
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
diff --git a/libxml2/lib/libxml2.lib b/libxml2/lib/libxml2.lib
index b7df591ea..1225d7a3e 100644
--- a/libxml2/lib/libxml2.lib
+++ b/libxml2/lib/libxml2.lib
Binary files differ