Marcus Meissner : msxml3: Fixed include of SAX.h.
25 Mar
2008
25 Mar
'08
7:19 p.m.
Module: wine Branch: master Commit: 5fd2e6e7b1ecad17bc34162cca2e1bc7fc5fef45 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5fd2e6e7b1ecad17bc34162cca... Author: Marcus Meissner <meissner(a)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);
6568
Age (days ago)
6568
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard