- 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/xmlmemory.c b/xmlmemory.c
index 1915052..7076f80 100644
--- a/xmlmemory.c
+++ b/xmlmemory.c
@@ -5,8 +5,7 @@
  */
 
 #ifdef WIN32
-#define HAVE_FCNTL_H
-#include <io.h>
+#include "win32config.h"
 #else
 #include "config.h"
 #endif