Biswapriyo Nath
787c3f73f8
include: Fix c++ compiler error with msxml2.idl.
...
This moves ISAXXMLFilter declaration after its base class ISAXXMLReader.
Otherwise the following error is shown in C++ mode
$ wineg++ test-msxml2.cpp
In file included from test-msxml2.cpp:1:
/usr/include/wine/windows/msxml2.h:16199:24: error: invalid use of incomplete type ‘struct ISAXXMLReader’
16199 | ISAXXMLFilter : public ISAXXMLReader
| ^~~~~~~~~~~~~
/usr/include/wine/windows/msxml2.h:644:19: note: forward declaration of ‘struct ISAXXMLReader’
644 | typedef interface ISAXXMLReader ISAXXMLReader;
| ^~~~~~~~~~~~~
winegcc: /usr/bin/g++ failed
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
2023-03-27 11:03:27 +02:00
Nikolay Sivov
2444fea99b
include: Handle same typelib name in msxml2.idl and msxml6.idl.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-14 19:42:40 +02:00
Alistair Leslie-Hughes
870ae19cf4
include: Add inclusion guards for schema API enums.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-14 19:42:40 +02:00
Henri Verbeet
5e93a74478
include: Remove some superfluous semicolons.
...
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-12-13 22:53:54 +01:00
Nikolay Sivov
a41446b1f7
msxml3: Fix IVBSAXXMLReader interface definition.
2014-03-03 17:02:43 +01:00
Alexandre Julliard
ea9750d773
include: Add compatibility macros for non-widl compilers.
2011-05-25 00:22:52 +02:00
Alexandre Julliard
c1c92d07d7
msxml3: Convert dll registration to the IRegistrar mechanism.
2010-12-21 13:56:42 +01:00
Alexandre Julliard
d1c07d1186
include: Add a couple of missing interfaces in msxml2.idl.
2010-12-21 12:17:31 +01:00
Alexandre Julliard
f6b6c7bade
include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl.
2010-12-21 12:17:11 +01:00
Alexandre Julliard
1174beef2a
include: Make msxml6.idl a copy of msxml2.idl instead of importing it.
2010-11-10 12:08:00 +01:00
Alexandre Julliard
19939ee532
include: Define a few more msxml interfaces and classes.
2010-11-10 12:07:59 +01:00
Alexandre Julliard
6c90ebd5e5
include: Move coclass definitions to msxml2.idl.
2010-11-10 12:07:59 +01:00
Alexandre Julliard
fd53e320c1
include: Move IXMLDOMDocument3 definition to msxml2.idl.
2010-11-10 12:07:59 +01:00
Adam Martinson
5c7bcdadcf
msxml3: Add error code defines.
2010-11-02 12:51:51 +01:00
Nikolay Sivov
7ff3446be5
msxml3: Accept versioned XMLHTTP CLSIDs.
2010-10-06 14:41:03 +02:00
Alexandre Julliard
7c52046936
include: Set the oleautomation attribute on XML interfaces so that they get registered properly.
2010-06-10 18:07:42 +02:00
Alistair Leslie-Hughes
4164c308b2
msxml4: Register classes.
2010-04-19 15:41:50 +02:00
Alistair Leslie-Hughes
cf087f749b
msxml4: Add Schema interfaces.
2010-04-15 16:51:47 +02:00
Alistair Leslie-Hughes
dd40448707
msxml4: Added support for SAXXMLReader40.
2010-02-15 16:07:59 +01:00
Nikolay Sivov
bc3153affa
msxml4: Add self-registration for CLSID_DOMDocument40, accept it in classfactory.
2010-02-04 13:39:28 +01:00
Michael Stefaniuc
bd87b49614
msxml3: Change long to LONG in msxml2.idl and xmldom.idl.
2009-03-10 12:06:14 +01:00
Alistair Leslie-Hughes
bcc1fda727
msxml3: Add IXMLHTTPRequest support.
2008-10-09 13:15:16 +02:00
Rob Shearman
60b4feedca
include: Fix function names in IVBSAXXMLReader interface in msxml2.idl.
2008-09-09 12:32:16 +02:00
Alistair Leslie-Hughes
b8040eb256
msxml3: Add SAX interfaces.
2008-03-24 21:04:56 +01:00
Alistair Leslie-Hughes
7645f321d9
gmsxml3: Added typelib support.
2008-01-24 12:11:25 +01:00
Huw Davies
9e1284df23
msxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK.
2006-11-14 11:42:17 +01:00
Huw Davies
1615497233
msxml3: Add a guard around DOMNodeType just like in the PSDK, so that we can include version 2 and version 3 msxml headers simultaneously.
2006-11-14 11:39:28 +01:00
Mike McCormack
57f8bd057f
include: Remove unnecessary semicolons from idl.
2006-07-20 12:49:55 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Vincent Béron
56da0c33fb
Use #include "foo.h" for including Windows headers in dlls/, use
...
#include <bar.h> for including Windows headers in include/.
2005-08-10 09:51:40 +00:00
Vijay Kiran Kamuju
9399b1985a
Added msxml2.idl.
2005-06-30 20:48:43 +00:00