Commit 724d4b1f authored by Lei Zhang's avatar Lei Zhang Committed by Alexandre Julliard

msxml3: Fix compiles for systems without libxml2.

parent 44f25173
......@@ -38,12 +38,12 @@
#include "msxml_private.h"
#include <libxml/SAX2.h>
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
#ifdef HAVE_LIBXML2
#include <libxml/SAX2.h>
typedef struct _saxreader
{
const struct IVBSAXXMLReaderVtbl *lpVtbl;
......
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