dlls/user/cursoricon.c: Disable CopyImage for now

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sun May 22 12:23:35 CDT 2005


Changelog:
	dlls/user/cursoricon.c: CopyImage()
	Disable for now, code causes memory corruption


-- 
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.4
diff -u -r1.4 cursoricon.c
--- wine/dlls/user/cursoricon.c	18 May 2005 15:37:41 -0000	1.4
+++ wine/dlls/user/cursoricon.c	22 May 2005 16:23:59 -0000
@@ -2267,6 +2267,9 @@
             HBITMAP res;
             BITMAP bm;
 
+	    FIXME(":IMAGE_BITMAP not handled\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