http://bugs.winehq.org/show_bug.cgi?id=25085
Summary: Invalid Fixme messages in fonts.c Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: support@securenetterm.com
The gdi32.dll module font.c, function GetCharacterPlacementW contain the following two FIXME error messages which do not appear to be valid:
if(dwFlags&(~GCP_REORDER)) FIXME("flags 0x%08x ignored\n", dwFlags); if(lpResults->lpClass) FIXME("classes not implemented\n");
Application programs that produce a lot of screen output (such as telnet, ssh, etc) that use this this function is slowed down quite a bit since these two error messages are generated for every line of text written.