Thomas Faber thfabba@gmx.de writes:
You should not be adding workarounds for Wine bugs, the bugs need to be fixed instead.
Hey,
On 2011-10-24 20:03, Alexandre Julliard wrote:
it is not a workaround. It is the current riched20 code that relies on the bug being present (hence why it asserts on Windows). The patch makes it work with a _correctly working_ version of GetTextExtentExPointW (and also with the current one). You could see it as a prerequisite to fixing that bug (that is, to fixing it without breaking richedit controls).
Regards, Tom
Thomas Faber thfabba@gmx.de writes:
Ah OK, it's fine then. Thanks.