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,8 +7,7 @@
*/
#ifdef WIN32
#define HAVE_FCNTL_H
#include <io.h>
#include "win32config.h"
#else
#include "config.h"
#endif