include: Make msxml6.idl a copy of msxml2.idl instead of importing it.
This commit is contained in:
parent
19939ee532
commit
1174beef2a
|
@ -31,7 +31,6 @@
|
||||||
#include "msxml.h"
|
#include "msxml.h"
|
||||||
#include "xmldom.h"
|
#include "xmldom.h"
|
||||||
#include "msxml2.h"
|
#include "msxml2.h"
|
||||||
#include "msxml6.h"
|
|
||||||
|
|
||||||
/* undef the #define in msxml2 so that we can access the v.2 version
|
/* undef the #define in msxml2 so that we can access the v.2 version
|
||||||
independent CLSID as well as the v.3 one. */
|
independent CLSID as well as the v.3 one. */
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
/* Now we can initialize the rest of the uuids */
|
/* Now we can initialize the rest of the uuids */
|
||||||
#include "initguid.h"
|
#include "initguid.h"
|
||||||
#include "msxml2.h"
|
#include "msxml2.h"
|
||||||
#include "msxml6.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Note that because of a #define in msxml2.h, we end up initializing
|
* Note that because of a #define in msxml2.h, we end up initializing
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include "ole2.h"
|
#include "ole2.h"
|
||||||
|
|
||||||
#include "initguid.h"
|
#include "initguid.h"
|
||||||
#include "msxml2.h"
|
|
||||||
#include "msxml6.h"
|
#include "msxml6.h"
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2005 Vijay Kiran Kamuju
|
* Copyright (C) 2005 Vijay Kiran Kamuju
|
||||||
* Copyright (C) 2008 Alistair Leslie-Hughes
|
* Copyright (C) 2008 Alistair Leslie-Hughes
|
||||||
|
* Copyright (C) 2010 Nikolay Sivov for CodeWeavers
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -18,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <msxml2did.h>
|
#include <msxml2did.h>
|
||||||
#include <olectl.h>
|
#include <idispids.h>
|
||||||
|
|
||||||
import "unknwn.idl";
|
import "unknwn.idl";
|
||||||
import "objidl.idl";
|
import "objidl.idl";
|
||||||
|
|
3365
include/msxml6.idl
3365
include/msxml6.idl
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue