msxml3: Fix compiles for systems without libxml2.
This commit is contained in:
parent
44f2517335
commit
724d4b1fad
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue