diff options
author | marha <marha@users.sourceforge.net> | 2011-03-06 18:47:53 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-06 18:47:53 +0000 |
commit | b6bc795c211112d5365ce3622a8aa0d1b0344dcf (patch) | |
tree | b64e47e0bf359d821e5699d4e52ab83074297606 /libxml2 | |
parent | f027c29436a689abc94b720c2efebeddd449a61f (diff) | |
download | vcxsrv-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.dll | bin | 0 -> 888832 bytes | |||
-rw-r--r-- | libxml2/bin/libxml2.dll | bin | 0 -> 986112 bytes | |||
-rw-r--r-- | libxml2/bin/zlib1.dll | bin | 0 -> 77824 bytes | |||
-rw-r--r-- | libxml2/include/libxml/xmlversion.h | 2 | ||||
-rw-r--r-- | libxml2/lib/libxml2.lib | bin | 377216 -> 377216 bytes |
5 files changed, 1 insertions, 1 deletions
diff --git a/libxml2/bin/iconv.dll b/libxml2/bin/iconv.dll Binary files differnew file mode 100644 index 000000000..df718829f --- /dev/null +++ b/libxml2/bin/iconv.dll diff --git a/libxml2/bin/libxml2.dll b/libxml2/bin/libxml2.dll Binary files differnew file mode 100644 index 000000000..dc4a39cac --- /dev/null +++ b/libxml2/bin/libxml2.dll diff --git a/libxml2/bin/zlib1.dll b/libxml2/bin/zlib1.dll Binary files differnew file mode 100644 index 000000000..82913fb9f --- /dev/null +++ b/libxml2/bin/zlib1.dll 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 Binary files differindex b7df591ea..1225d7a3e 100644 --- a/libxml2/lib/libxml2.lib +++ b/libxml2/lib/libxml2.lib |