aboutsummaryrefslogtreecommitdiffstats
path: root/entities.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-12-22 11:30:41 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-12-22 11:30:41 +0000
commit3c558c3753117057d81f6ff0fea6991d9a015456 (patch)
tree4ce48ebbab347b0b3182b1ff67e8a7c72ad97da1 /entities.c
parent0caf07a701624dcc0fe1dc23bfb6454a155f8fab (diff)
downloadandroid_external_libxml2-3c558c3753117057d81f6ff0fea6991d9a015456.tar.gz
android_external_libxml2-3c558c3753117057d81f6ff0fea6991d9a015456.tar.bz2
android_external_libxml2-3c558c3753117057d81f6ff0fea6991d9a015456.zip
- fix for PIs name starting with xml
- fixed a potential problem with || and && ops - generate win32config.h for those on the Other Side ! Daniel
Diffstat (limited to 'entities.c')
-rw-r--r--entities.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/entities.c b/entities.c
index c7e96ccb..2e736843 100644
--- a/entities.c
+++ b/entities.c
@@ -6,7 +6,9 @@
* Daniel.Veillard@w3.org
*/
-#ifndef WIN32
+#ifdef WIN32
+#include "win32config.h"
+#else
#include "config.h"
#endif