- fix for PIs name starting with xml
 - fixed a potential problem with || and && ops
 - generate win32config.h for those on the Other Side !
Daniel
diff --git a/SAX.c b/SAX.c
index 6d95d44..be5a0ab 100644
--- a/SAX.c
+++ b/SAX.c
@@ -7,6 +7,11 @@
  */
 
 
+#ifdef WIN32
+#include "win32config.h"
+#else
+#include "config.h"
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include "xmlmemory.h"