- 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/testHTML.c b/testHTML.c
index 430ab22..41ebea3 100644
--- a/testHTML.c
+++ b/testHTML.c
@@ -7,8 +7,7 @@
  */
 
 #ifdef WIN32
-#define HAVE_FCNTL_H
-#include <io.h>
+#include "win32config.h"
 #else
 #include "config.h"
 #endif