Disable usage of Expat's config.h.

This commit is contained in:
Martin v. Löwis 2002-02-11 23:16:32 +00:00
parent 1dbb1caf86
commit 481f68aaa6
3 changed files with 6 additions and 0 deletions

View file

@ -9,7 +9,9 @@ See the file COPYING for copying permission.
# include "expat.h"
# undef XMLPARSEAPI
#else
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __declspec
# define XMLPARSEAPI(type) __declspec(dllexport) type __cdecl