<div dir="ltr">Hi,<br>2014-03-19 21:14 GMT+08:00 Nikolay Sivov <<a href="mailto:bunglehead@gmail.com">bunglehead@gmail.com</a>>:<br>><br>> On 3/19/2014 17:02, Jactry Zeng wrote:<br>><br>>> +  /* open a rtf without } in the end */<br>

>> +  result = ITextDocument_Open(txtDoc, &testfile, tomReadOnly, CP_ACP);<br>>> +  /* 0x80070026 is HRESUILT_FROM_WIN32(ERROR_HANDLE_EOF) */<br>>> +  todo_wine ok(result == 0x80070026, "ITextDocument_Open: Should return an ERROR_HANDLE_EOF error.\n");<br>

><br>> No need to put a magic number, use HRESULT_FROM_WIN32(),<br><br>Using HRESULT_FROM_WIN32() we should include Winerror.h, so I give this way up in this patch.<div>I will continue improving this patch.<br><br>
Thanks for your review!<br>
--<br>Regards,<br>Jactry Zeng</div></div>