http://bugs.winehq.org/show_bug.cgi?id=18924
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net 2009-06-13 08:46:38 --- Hello,
the reporter probably requests OutputDebugString() to be working as Windows does.
There are many articles how the data is passed between application and debuggers/monitors (using 4K shared memory and sync objects).
http://www.codeproject.com/KB/winsdk/OutputDebugString.aspx
Currently OutputDebugString() passes data straight to Wineserver not respecting any debug message monitor that might have created DBWIN_* objects.
Regards