ChangeSet ID: 16302 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/24 06:46:58
Modified files: dlls/comctl32 : imagelist.c
Log message: Michael Stefaniuc mstefani@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