From: Jean-Baptiste Kempf Date: Fri, 16 May 2008 03:16:40 +0000 (+0200) Subject: Xml 2.6.32 patch modification. X-Git-Tag: 0.9.0-test0~925 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6120e3c4127a4f0934e0d46344d356f43715eccc;p=vlc Xml 2.6.32 patch modification. --- diff --git a/extras/contrib/src/Patches/xml2-win32.patch b/extras/contrib/src/Patches/xml2-win32.patch index a8b166d87b..f13fea9b64 100644 --- a/extras/contrib/src/Patches/xml2-win32.patch +++ b/extras/contrib/src/Patches/xml2-win32.patch @@ -191,23 +191,3 @@ noinst_LTLIBRARIES = testdso.la testdso_la_SOURCES = testdso.c testdso_la_LDFLAGS = -module -rpath $(libdir) ---- xml/xmlmodule.c 2005-10-28 16:24:34.000000000 +0200 -+++ xml-new/xmlmodule.c 2006-10-11 13:56:13.748125000 +0200 -@@ -190,6 +190,8 @@ - return (0); - } - -+#ifndef _WIN32 -+ - #ifdef HAVE_DLOPEN - #ifdef HAVE_DLFCN_H - #include -@@ -288,7 +290,7 @@ - #endif /* HAVE_SHLLOAD */ - #endif /* ! HAVE_DLOPEN */ - --#ifdef _WIN32 -+#else /* _WIN32 */ - - #include -