Re: [PATCH 3/4] msxml3/xmldoc: IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument
12 Jan
2010
12 Jan
'10
3:21 p.m.
On 13/01/2010 1:41 AM, Nikolay Sivov wrote:
IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument
+ hr = IPersistStreamInit_IsDirty(psi); + todo_wine ok(hr == S_FALSE, "Expected S_OK, got %08x\n", hr);
The message doesn't match the condition. Best Regards Alistair Leslie-Hughes
12 Jan
12 Jan
3:36 p.m.
New subject: [PATCH 3/4] msxml3/xmldoc: IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument
On 1/13/2010 00:21, Alistair Leslie-Hughes wrote:
On 13/01/2010 1:41 AM, Nikolay Sivov wrote:
IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument
+ hr = IPersistStreamInit_IsDirty(psi); + todo_wine ok(hr == S_FALSE, "Expected S_OK, got %08x\n", hr);
The message doesn't match the condition.
Thanks, resent last two patches.
Best Regards Alistair Leslie-Hughes
5903
Age (days ago)
5903
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alistair Leslie-Hughes -
Nikolay Sivov