Commit 2cc7180f authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

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

parent d9ca9d45
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment