Changelog: Get rid of a W->A cross call in ImageList_LoadImageW. Vincent
Index: dlls/comctl32/imagelist.c =================================================================== RCS file: /home/wine/wine/dlls/comctl32/imagelist.c,v retrieving revision 1.81 diff -u -r1.81 imagelist.c --- dlls/comctl32/imagelist.c 12 Nov 2003 22:41:44 -0000 1.81 +++ dlls/comctl32/imagelist.c 15 Jan 2004 18:20:36 -0000 @@ -1652,7 +1652,7 @@ if (uType == IMAGE_BITMAP) { BITMAP bmp; - GetObjectA (handle, sizeof(BITMAP), &bmp); + GetObjectW (handle, sizeof(BITMAP), &bmp); /* To match windows behavior, if cx is set to zero and the flag DI_DEFAULTSIZE is specified, cx becomes the