[33/44] richedit: Store richedit version rather than boolean bEmulateVersion10 value.

Dylan Smith dylan.ah.smith at gmail.com
Tue Jun 17 20:20:39 CDT 2008


riched20.dll is implementing all the versions of richedit controls (1.0, 2.0,
3.0, and 4.1), so it is better to store the version that is being emulated.
The bEmulateVersion10 value is replaced with dwEmulatedVersion.
---
 dlls/riched20/caret.c   |    6 ++--
 dlls/riched20/editor.c  |   64 +++++++++++++++++++++++++++++++---------------
 dlls/riched20/editstr.h |    4 ++-
 dlls/riched20/para.c    |    2 +-
 dlls/riched20/reader.c  |    2 +-
 dlls/riched20/string.c  |    2 +-
 dlls/riched20/writer.c  |    2 +-
 7 files changed, 53 insertions(+), 29 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0033-richedit-Store-richedit-version-rather-than-boolean.diff
Type: text/x-diff
Size: 11990 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080617/31e92c77/attachment-0001.diff 


More information about the wine-patches mailing list