Author: akhaldi Date: Sat Sep 5 14:14:35 2015 New Revision: 69026
URL: http://svn.reactos.org/svn/reactos?rev=69026&view=rev Log: [LIBXML2] Fix VS 2015 build.
Added: trunk/reactos/lib/3rdparty/libxml2/libxml2_ros.diff (with props) Modified: trunk/reactos/lib/3rdparty/libxml2/uri.c
Added: trunk/reactos/lib/3rdparty/libxml2/libxml2_ros.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/libxml2/libxml... ============================================================================== --- trunk/reactos/lib/3rdparty/libxml2/libxml2_ros.diff (added) +++ trunk/reactos/lib/3rdparty/libxml2/libxml2_ros.diff [iso-8859-1] Sat Sep 5 14:14:35 2015 @@ -0,0 +1,14 @@ +Index: uri.c +=================================================================== +--- uri.c (revision 69017) ++++ uri.c (working copy) +@@ -2389,7 +2389,9 @@ + */ + #if defined(_WIN32) && !defined(__CYGWIN__) + int len = 0; ++#ifndef __REACTOS__ + int i = 0; ++#endif + xmlChar *p = NULL; + #endif + xmlURIPtr uri;
Propchange: trunk/reactos/lib/3rdparty/libxml2/libxml2_ros.diff ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/lib/3rdparty/libxml2/uri.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/libxml2/uri.c?... ============================================================================== --- trunk/reactos/lib/3rdparty/libxml2/uri.c [iso-8859-1] (original) +++ trunk/reactos/lib/3rdparty/libxml2/uri.c [iso-8859-1] Sat Sep 5 14:14:35 2015 @@ -2389,7 +2389,9 @@ */ #if defined(_WIN32) && !defined(__CYGWIN__) int len = 0; +#ifndef __REACTOS__ int i = 0; +#endif xmlChar *p = NULL; #endif xmlURIPtr uri;