applied Javier's WinCE patch
diff --git a/xmlIO.c b/xmlIO.c
index 1234140..9e84a3c 100644
--- a/xmlIO.c
+++ b/xmlIO.c
@@ -2488,6 +2488,10 @@
     char *cur;
     char sep = '/';
 
+#ifdef _WIN32_WCE  /* easy way by now ... wince does not have dirs! */
+    return NULL;
+#endif
+
     if (xmlInputCallbackInitialized == 0)
 	xmlRegisterDefaultInputCallbacks();