mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
riched20: Drop the WINE_ prefix from a FIXME.
This commit is contained in:
parent
9e950b6509
commit
51998b929a
@ -316,7 +316,7 @@ static void ME_DrawTextWithStyle(ME_Context *c, int x, int y, LPCWSTR szText,
|
||||
hPen = CreatePen(PS_DOT, 1, rgb);
|
||||
break;
|
||||
default:
|
||||
WINE_FIXME("Unknown underline type (%u)\n", s->fmt.bUnderlineType);
|
||||
FIXME("Unknown underline type (%u)\n", s->fmt.bUnderlineType);
|
||||
/* fall through */
|
||||
case CFU_CF1UNDERLINE: /* this type is supported in the font, do nothing */
|
||||
case CFU_UNDERLINENONE:
|
||||
|
Loading…
Reference in New Issue
Block a user