richedit: Store richedit version rather than boolean bEmulateVersion10 value.

Phil Krylov phil.krylov at gmail.com
Fri Jun 27 14:30:39 CDT 2008


Hi,

2008/6/27 Dylan Smith <dylan.ah.smith at gmail.com>:
> 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.

I thought it implements 1.0 emulation for riched32.dll usage and
latest possible version for other usages - just like native. Or are
you planning to add some functionality depending on the actual
emulated version, not on (dwEmulatedVersion < 0x200) boolean flag?

-- Ph.



More information about the wine-devel mailing list