Michael Stefaniuc : riched20: Drop the WINE_ prefix from a FIXME.

Alexandre Julliard julliard at winehq.org
Mon Mar 12 11:59:55 CDT 2012


Module: wine
Branch: master
Commit: 51998b929a31d30c106ecfca2864208c1d305061
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=51998b929a31d30c106ecfca2864208c1d305061

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Fri Mar  9 16:17:32 2012 +0100

riched20: Drop the WINE_ prefix from a FIXME.

---

 dlls/riched20/paint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/riched20/paint.c b/dlls/riched20/paint.c
index 6b13fb5..e1f838e 100644
--- a/dlls/riched20/paint.c
+++ b/dlls/riched20/paint.c
@@ -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:




More information about the wine-cvs mailing list