29 May
2013
29 May
'13
12:23 a.m.
Aric Stewart <aric(a)codeweavers.com> wrote:
+ ascent = GET_BE_WORD(tt_os2.usWinAscent); + descent = GET_BE_WORD(tt_os2.usWinDescent); + cell_height = ascent + descent; + ok(ntm->ntmCellHeight == cell_height, "%s: ntmCellHeight %u != %u, os2.usWinAscent/os2.usWinDescent %u/%u\n", + font_name, ntm->ntmCellHeight, cell_height, ascent, descent); + + SetLastError(0xdeadbeef);
The SetLastError() call should be left at its previous position. -- Dmitry.