- libxml.h: fixed an error in last commit
- doc/FAQ.html: added an entry for compilation from CVS
Daniel
diff --git a/libxml.h b/libxml.h
index 647768c..ba392f3 100644
--- a/libxml.h
+++ b/libxml.h
@@ -9,7 +9,7 @@
 #ifndef __XML_LIBXML_H__
 #define __XML_LIBXML_H__
 
-#if !defined(WIN32) || defined(__CYGWIN__)
+#if defined(WIN32) && !defined(__CYGWIN__)
 #include "win32config.h"
 #else
 #include "config.h"