Updated for new config mechanism

This commit is contained in:
jez_higgins 2003-03-20 16:30:31 +00:00
parent 9ccc3cdce6
commit 31b9597a4f

View file

@ -2,14 +2,12 @@
* $Id$
*/
#include <SAX/ParserConfig.h>
#ifdef USE_EXPAT
#ifdef _MSC_VER
#pragma warning(disable: 4786)
#endif
#include <SAX/ParserConfig.h>
namespace SAX
{
@ -132,6 +130,5 @@ int ewim_externalEntityRefHandler(XML_Parser parser,
} // namespace expat_wrapper_impl_mumbojumbo
} // namespace SAX
#endif // USE_EXPAT
// end of file