mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[LIBXML2] Fix VS 2015 build.
svn path=/trunk/; revision=69026
This commit is contained in:
+14
@@ -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;
|
||||
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user