From a6ceeb412e90d8492725a5766530fdc213e2e58b Mon Sep 17 00:00:00 2001 From: Igor Zlatkovic Date: Thu, 28 Aug 2003 10:25:13 +0000 Subject: [PATCH] no more win32config.h --- libxml.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libxml.h b/libxml.h index b26ff57a..c7a1e93b 100644 --- a/libxml.h +++ b/libxml.h @@ -18,9 +18,7 @@ #endif #endif -#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__) -#include "win32config.h" -#elif defined(macintosh) +#if defined(macintosh) #include "config-mac.h" #else #include "config.h"