- 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/valid.c b/valid.c
index 1efdbd0..3af1dcd 100644
--- a/valid.c
+++ b/valid.c
@@ -8,8 +8,7 @@
  */
 
 #ifdef WIN32
-#define HAVE_FCNTL_H
-#include <io.h>
+#include "win32config.h"
 #else
 #include "config.h"
 #endif