- 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/xpath.c b/xpath.c
index 9181e33..c5ce36a 100644
--- a/xpath.c
+++ b/xpath.c
@@ -14,8 +14,7 @@
  */
 
 #ifdef WIN32
-#define HAVE_FCNTL_H
-#include <io.h>
+#include "win32config.h"
 #else
 #include "config.h"
 #endif