Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / redland / raptor / raptor-msvc.patch.1
blob245b19bdca70f3f31f227fd9c901253e02439a34
1 --- raptor/src/raptor2.h.in.orig        2016-08-26 23:45:34.543400074 +0200
2 +++ raptor/src/raptor2.h.in     2016-08-26 23:45:40.479399614 +0200
3 @@ -2176,6 +2176,7 @@
4  void* raptor_avltree_iterator_get(raptor_avltree_iterator* iterator);
5  
6  /* utility methods */
7 +RAPTOR_API
8  void raptor_sort_r(void *base, size_t nel, size_t width, raptor_data_compare_arg_handler compar, void *user_data);
9  
11 --- raptor/src/raptor_uri.c     2016-08-26 23:45:34.543400074 +0200
12 +++ raptor/src/raptor_uri.c     2016-08-26 23:45:40.479399614 +0200
13 @@ -51,6 +51,10 @@
14  #include <sys/stat.h>
15  #endif
17 +#if !defined(HAVE_ACCESS) && defined(HAVE__ACCESS)
18 +#include <io.h>
19 +#endif
21  /* Raptor includes */
22  #include "raptor2.h"
23  #include "raptor_internal.h"