msxml3: Fix compiles for systems without libxml2.

This commit is contained in:
Lei Zhang 2008-03-25 13:59:46 -07:00 committed by Alexandre Julliard
parent 44f2517335
commit 724d4b1fad
1 changed files with 2 additions and 2 deletions

View File

@ -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;