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);
|
hPen = CreatePen(PS_DOT, 1, rgb);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
WINE_FIXME("Unknown underline type (%u)\n", s->fmt.bUnderlineType);
|
FIXME("Unknown underline type (%u)\n", s->fmt.bUnderlineType);
|
||||||
/* fall through */
|
/* fall through */
|
||||||
case CFU_CF1UNDERLINE: /* this type is supported in the font, do nothing */
|
case CFU_CF1UNDERLINE: /* this type is supported in the font, do nothing */
|
||||||
case CFU_UNDERLINENONE:
|
case CFU_UNDERLINENONE:
|
||||||
|
|
Loading…
Reference in New Issue