http://bugs.winehq.org/show_bug.cgi?id=30575
Bug #: 30575 Summary: Silence FIXME from FlushProcessWriteBuffers stub to prevent console spam (.NET Framework/SDK installers) Product: Wine Version: 1.5.3 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello,
sorry to bother again ... Now that FlushProcessWriteBuffers stub is present it needs to shut up ;-) It is called very often from CLR.
Please silence it with a "once" FIXME.
--- snip --- 0034:fixme:process:FlushProcessWriteBuffers : stub 0034:fixme:process:FlushProcessWriteBuffers : stub 0034:fixme:process:FlushProcessWriteBuffers : stub 0034:fixme:process:FlushProcessWriteBuffers : stub ... <spam> --- snip ---
For the interested, there is also an "old" usenet thread that talks about FlushProcessWriteBuffers: http://groups.google.com/group/comp.programming.threads/browse_frm/thread/13...
$ wine --version wine-1.5.3-101-g9c19ba6
Regards