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

@@ -21,8 +21,12 @@
#if defined(macintosh)
#include "config-mac.h"
#else
#ifdef _MSC_VER
#include "config-win32.h"
#else
#include "config.h"
#include <libxml/xmlversion.h>
#endif //_MSVC
#endif
#if defined(__Lynx__)