use config-win32 for visual studio builds

disabled 2 libxml settings (CATALOG & ICONV), to get it to compile
This commit is contained in:
ejcoumans
2006-06-19 20:56:20 +00:00
parent 8dcbaeb2b8
commit 473e290540
2 changed files with 6 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether the Catalog support is configured in
*/
#if 1
#if 0
#define LIBXML_CATALOG_ENABLED
#endif
@@ -263,7 +263,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether iconv support is available
*/
#if 1
#if 0
#define LIBXML_ICONV_ENABLED
#endif