From 3e879bfb0df438e1a6b0196f764265b1a5518029 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Sat, 8 May 2010 12:40:45 -0500 Subject: [PATCH] gdiplus: Quiet the GdipImageForceValidation fixme. --- dlls/gdiplus/image.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/gdiplus/image.c b/dlls/gdiplus/image.c index bc13ad9..0eaaf2e 100644 --- a/dlls/gdiplus/image.c +++ b/dlls/gdiplus/image.c @@ -3503,7 +3503,7 @@ GpStatus WINGDIPAPI GdipRecordMetafileFileNameI(GDIPCONST WCHAR* fileName, HDC h GpStatus WINGDIPAPI GdipImageForceValidation(GpImage *image) { - FIXME("%p\n", image); + TRACE("%p\n", image); return Ok; } -- 1.6.3.3