1
0
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:
Daniel Veillard
1999-12-22 11:30:41 +00:00
parent 0caf07a701
commit 3c558c3753
22 changed files with 145 additions and 35 deletions

View File

@ -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"