Lei Zhang : msxml3: Fix compiles for systems without libxml2.

Alexandre Julliard julliard at winehq.org
Wed Mar 26 09:16:04 CDT 2008


Module: wine
Branch: master
Commit: 724d4b1fad2a213044937f9b658065a35ad7d9c6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=724d4b1fad2a213044937f9b658065a35ad7d9c6

Author: Lei Zhang <thestig at google.com>
Date:   Tue Mar 25 13:59:46 2008 -0700

msxml3: Fix compiles for systems without libxml2.

---

 dlls/msxml3/saxreader.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c
index fa4074f..d3bbbd9 100644
--- a/dlls/msxml3/saxreader.c
+++ b/dlls/msxml3/saxreader.c
@@ -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;




More information about the wine-cvs mailing list