mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
Updated for new config mechanism
This commit is contained in:
parent
9ccc3cdce6
commit
31b9597a4f
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue