2008/6/10 Dmitry Timoshkov <[EMAIL PROTECTED]>:
> Hello,
>
> this patch fixes the problem reported in the bug 12305. In Wine Tahoma
> character ':' is mapped to glyph index 0x1f, and that seems to be confusing
> Firefox.
> +TM.tmDefaultChar = pOS2->usDefaultChar ? pOS2->usDefaultChar :
>
"Reece Dunn" <[EMAIL PROTECTED]> wrote:
>> +TM.tmDefaultChar = pOS2->usDefaultChar ? pOS2->usDefaultChar :
>> 0x;
>
> There is a UNICODE_NOCHAR constant for this.
UNICODE_NOCHAR is defined in winuser.h, we can't use it in gdi32.
--
Dmitry.