Nikolay Sivov : msxml3: Do not depend on libxml2 for DOM implementation object.

Alexandre Julliard julliard at winehq.org
Thu Aug 19 16:00:06 CDT 2021


Module: wine
Branch: master
Commit: 2cc7180f3caafbab47f22fce72a4a3b6c0230696
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2cc7180f3caafbab47f22fce72a4a3b6c0230696

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Aug 19 17:29:01 2021 +0300

msxml3: Do not depend on libxml2 for DOM implementation object.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msxml3/domimpl.c | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/dlls/msxml3/domimpl.c b/dlls/msxml3/domimpl.c
index 74223d5d54e..52f2e40dc9e 100644
--- a/dlls/msxml3/domimpl.c
+++ b/dlls/msxml3/domimpl.c
@@ -20,13 +20,7 @@
 
 #define COBJMACROS
 
-#include "config.h"
-
 #include <stdarg.h>
-#ifdef HAVE_LIBXML2
-# include <libxml/parser.h>
-# include <libxml/xmlerror.h>
-#endif
 
 #include "windef.h"
 #include "winbase.h"
@@ -34,12 +28,10 @@
 #include "ole2.h"
 #include "msxml6.h"
 
-#include "msxml_private.h"
+#include "msxml_dispex.h"
 
 #include "wine/debug.h"
 
-#ifdef HAVE_LIBXML2
-
 WINE_DEFAULT_DEBUG_CHANNEL(msxml);
 
 typedef struct _domimpl
@@ -211,5 +203,3 @@ IUnknown* create_doc_Implementation(void)
 
     return (IUnknown*)&This->IXMLDOMImplementation_iface;
 }
-
-#endif




More information about the wine-cvs mailing list