http://bugs.winehq.org/show_bug.cgi?id=8241
--- Comment #14 from Anastasius Focht focht@gmx.net 2009-04-21 17:25:43 --- Hello,
well small typo in my analysis...
--- quote --- The root cause is actually GlobalAlloc( GMEM_DISCARDED | GMEM_ZEROINIT | GMEM_MOVEABLE, size). --- quote ---
should actually read:
--- snip --- The root cause is actually GlobalAlloc( GMEM_NOTIFY | GMEM_ZEROINIT | GMEM_MOVEABLE, size). --- snip ---
Regards