http://bugs.winehq.org/show_bug.cgi?id=1511
------- Additional Comments From hallo@michael-kaufmann.ch 2004-09-10 15:30 ------- This patch has fixed the problem a long time ago: http://cvs.winehq.org/cvsweb/wine/objects/Attic/bitmap.c.diff?r1=1.56&r2...
If count == 0, GetObject returns 0. This means that GetObject copied 0 bytes - but it could also mean that the function failed. The result is the same, no bytes have been copied.
I think we can close this bug.