Commit 51998b92 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

riched20: Drop the WINE_ prefix from a FIXME.

parent 9e950b65
...@@ -316,7 +316,7 @@ static void ME_DrawTextWithStyle(ME_Context *c, int x, int y, LPCWSTR szText, ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment