mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:23:04 +00:00
[LIBXML2] Update to version 2.9.14. CORE-17766
This commit is contained in:
parent
7244e0c5c6
commit
8940614a78
16 changed files with 226 additions and 232 deletions
7
sdk/lib/3rdparty/libxml2/libxml.h
vendored
7
sdk/lib/3rdparty/libxml2/libxml.h
vendored
|
@ -9,8 +9,10 @@
|
|||
#ifndef __XML_LIBXML_H__
|
||||
#define __XML_LIBXML_H__
|
||||
|
||||
#include <libxml/xmlstring.h>
|
||||
|
||||
/*
|
||||
* These macros must be defined before including system headers.
|
||||
* Do not add any #include directives above this block.
|
||||
*/
|
||||
#ifndef NO_LARGEFILE_SOURCE
|
||||
#ifndef _LARGEFILE_SOURCE
|
||||
#define _LARGEFILE_SOURCE
|
||||
|
@ -39,6 +41,7 @@
|
|||
#include "config.h"
|
||||
#include <libxml/xmlversion.h>
|
||||
#endif
|
||||
#include <libxml/xmlstring.h>
|
||||
|
||||
#if defined(__Lynx__)
|
||||
#include <stdio.h> /* pull definition of size_t */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue