- 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/HTMLtree.c b/HTMLtree.c
index 1265a0a..c84daea 100644
--- a/HTMLtree.c
+++ b/HTMLtree.c
@@ -7,7 +7,9 @@
  */
 
 
-#ifndef WIN32
+#ifdef WIN32
+#include "win32config.h"
+#else
 #include "config.h"
 #endif
 #include <stdio.h>