mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-13 09:01:53 +03:00
trio upgrade and integration
This commit is contained in:
@ -7,15 +7,14 @@
|
||||
* Daniel.Veillard@w3.org
|
||||
*/
|
||||
|
||||
#include "libxml.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include "win32config.h"
|
||||
#define XML_DIR_SEP '\\'
|
||||
#else
|
||||
#include "config.h"
|
||||
#define XML_DIR_SEP '/'
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_CTYPE_H
|
||||
#include <ctype.h>
|
||||
|
Reference in New Issue
Block a user