[LIBXML2] Fix VS 2015 build.

svn path=/trunk/; revision=69026
This commit is contained in:
Amine Khaldi
2015-09-05 14:14:35 +00:00
parent ded6dc385c
commit 739486b5a0
2 changed files with 16 additions and 0 deletions
+14
View File
@@ -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;
+2
View File
@@ -2389,7 +2389,9 @@ xmlCanonicPath(const xmlChar *path)
*/
#if defined(_WIN32) && !defined(__CYGWIN__)
int len = 0;
#ifndef __REACTOS__
int i = 0;
#endif
xmlChar *p = NULL;
#endif
xmlURIPtr uri;