use config-win32 for visual studio builds
disabled 2 libxml settings (CATALOG & ICONV), to get it to compile
This commit is contained in:
@@ -218,7 +218,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|||||||
*
|
*
|
||||||
* Whether the Catalog support is configured in
|
* Whether the Catalog support is configured in
|
||||||
*/
|
*/
|
||||||
#if 1
|
#if 0
|
||||||
#define LIBXML_CATALOG_ENABLED
|
#define LIBXML_CATALOG_ENABLED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -263,7 +263,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|||||||
*
|
*
|
||||||
* Whether iconv support is available
|
* Whether iconv support is available
|
||||||
*/
|
*/
|
||||||
#if 1
|
#if 0
|
||||||
#define LIBXML_ICONV_ENABLED
|
#define LIBXML_ICONV_ENABLED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,12 @@
|
|||||||
#if defined(macintosh)
|
#if defined(macintosh)
|
||||||
#include "config-mac.h"
|
#include "config-mac.h"
|
||||||
#else
|
#else
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#include "config-win32.h"
|
||||||
|
#else
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <libxml/xmlversion.h>
|
#include <libxml/xmlversion.h>
|
||||||
|
#endif //_MSVC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__Lynx__)
|
#if defined(__Lynx__)
|
||||||
|
|||||||
Reference in New Issue
Block a user