24 Feb
2005
24 Feb
'05
12:46 p.m.
ChangeSet ID: 16302 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/02/24 06:46:58 Modified files: dlls/comctl32 : imagelist.c Log message: Michael Stefaniuc <mstefani(a)redhat.de> - ImageList_LoadImage{A,W} were basicaly a cut'n'paste of each other. Removed the A variant and did a A->W translation. - ImageList_LoadImageW: get the bitmap size from the image itself and not from the mask (ImageList_LoadImageA did that). Patch: http://cvs.winehq.org/patch.py?id=16302 Old revision New revision Changes Path 1.94 1.95 +16 -72 wine/dlls/comctl32/imagelist.c