Commit 8b6d8dbd authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Protect libxml/parser.h with proper autoconf definition.

parent f1d66c00
......@@ -25,7 +25,9 @@
#ifdef HAVE_LIBXML2
#ifdef HAVE_LIBXML_PARSER_H
#include <libxml/parser.h>
#endif
/* constructors */
extern IXMLDOMNode *create_domdoc_node( xmlDocPtr node );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment