mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
- fix for PIs name starting with xml
- fixed a potential problem with || and && ops - generate win32config.h for those on the Other Side ! Daniel
This commit is contained in:
@ -7,6 +7,11 @@
|
||||
* Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#include "win32config.h"
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include "tree.h"
|
||||
#include "parser.h"
|
||||
|
Reference in New Issue
Block a user