gdiplus: Quiet the GdipImageForceValidation fixme.

oldstable
Vincent Povirk 2010-05-08 12:40:45 -05:00 committed by Alexandre Julliard
parent 2dbc3980ef
commit d2a01883fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}