[31/44] richedit: Set error codes and stop parsing for some rtf syntax errors.

Rob Shearman robertshearman at gmail.com
Wed Jun 18 01:41:55 CDT 2008


Dylan Smith wrote:
> +      if (!inStream.editstream->dwError && parser.stackTop > 0)
> +        inStream.editstream->dwError = -2147024858;

This should be HRESULT_FROM_WIN32(ERROR_HANDLE_EOF).

-- 
Rob Shearman



More information about the wine-devel mailing list