commit | 62e521ad0d287526ade34f78c69d400ffe31c3cf | [log] [tgz] |
---|---|---|
author | Nikolay Sivov <nsivov@codeweavers.com> | Mon Aug 30 01:31:49 2010 +0400 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 30 11:28:17 2010 +0200 |
tree | 43c0930792611cac6b0486a8d53cb26eedba85de | |
parent | 25bce451af3d6c9b9608251993912e7423ede5e6 [diff] [blame] |
msxml3: Add IXMLDOMDocument3 stub support.
diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c index 5381d95..372884d 100644 --- a/dlls/msxml3/saxreader.c +++ b/dlls/msxml3/saxreader.c
@@ -29,7 +29,7 @@ #include "winuser.h" #include "winnls.h" #include "ole2.h" -#include "msxml2.h" +#include "msxml6.h" #include "wininet.h" #include "urlmon.h" #include "winreg.h"