richedit: Fixed test failure that happend on older builds of riched20.dll

Dylan Smith dylan.ah.smith at gmail.com
Mon Sep 29 12:33:52 CDT 2008


During the bug squish party I found that on older version of Windows the
richedit dll didn't set the PFM_TABLEROWDELIMETER bit in the PARAFORMAT
mask returned by EM_GETPARAFORMAT, but this bit is set in Windows XP.

I simply ignored this bit when doing the comparison in the test since this
difference shouldn't be a problem. In fact the PFM_TABLEROWDELIMITER bit
isn't even documented in MSDN, and Wine's riched20.dll has an
implementation that is closer to msftedit.dll which is even newer.
---
 dlls/riched20/tests/editor.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Fixed-test-failure-that-happend-on-olde.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080929/277cd355/attachment.txt 


More information about the wine-patches mailing list