CopyImage for IMAGE_BITMAP still not right

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Mon Sep 19 07:39:29 CDT 2005


Changelog:
	wine/dlls/user/cursoricon.c: CopyImage()
	Disable for now, as it causes corruption

AvrStudio from the Atmel suite still crashes because CopyImage for
IMAGE_BITMAP is not implemented right. I propose to have a code path causing
heap corruption turned off than to have it active.
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/dlls/user/cursoricon.c
===================================================================
RCS file: /home/wine/wine/dlls/user/cursoricon.c,v
retrieving revision 1.17
diff -u -w -r1.17 cursoricon.c
--- wine/dlls/user/cursoricon.c	12 Sep 2005 10:30:06 -0000	1.17
+++ wine/dlls/user/cursoricon.c	19 Sep 2005 12:33:47 -0000
@@ -2303,6 +2303,8 @@
             HBITMAP res;
             BITMAP bm;
 
+	    FIXME("FIXME: not functional\n");
+	    return 0;
             if (!GetObjectW( hnd, sizeof(bm), &bm )) return 0;
             bm.bmBits = NULL;
             if ((res = CreateBitmapIndirect(&bm)))



More information about the wine-patches mailing list