Commit f76d3c25 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

gdi32: Downgrade a FIXME to a WARN.

parent 2f540b86
......@@ -2426,7 +2426,7 @@ GdiFont *WineEngCreateFontInstance(DC *dc, HFONT hfont)
face = LIST_ENTRY(face_elem_ptr, Face, entry);
if(face->scalable) {
csi.fs.fsCsb[0] = 0;
FIXME("just using first face for now\n");
WARN("just using first face for now\n");
goto found;
}
if(can_use_bitmap && !last_resort_family)
......
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