Marcus Meissner : msxml3: Fixed include of SAX.h.

Alexandre Julliard julliard at winehq.org
Tue Mar 25 14:19:49 CDT 2008


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

Author: Marcus Meissner <meissner at suse.de>
Date:   Tue Mar 25 15:42:22 2008 +0100

msxml3: Fixed include of SAX.h.

---

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

diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c
index ba5d925..fa4074f 100644
--- a/dlls/msxml3/saxreader.c
+++ b/dlls/msxml3/saxreader.c
@@ -38,7 +38,7 @@
 
 #include "msxml_private.h"
 
-#include "libxml/SAX2.h"
+#include <libxml/SAX2.h>
 
 WINE_DEFAULT_DEBUG_CHANNEL(msxml);
 




More information about the wine-cvs mailing list