ChangeSet ID: 6546 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/10 13:09:45
Modified files: include : winuser.h dlls/user : user32.spec exticon.c
Log message: Rolf Kalbermatter rolf.kalbermatter@citeng.com - Modify ICO_ExtractIconExW to: return more compliant values for usage in PrivateExtractIcons and PrivateExtractIconEx accept and fill in the icon identifier array correctly if provided allow to retrieve both small and large icons together. - Simplify PrivateExtraxtIcons - Modify PrivateExtractIconExW to: use compatible signature to ExtractIconEx in shell32 which it really is directly as tested on W2K by calling both functions with the same parameters directly call internal extraction function fix error when requesting 1 icon for both sizes
Patch: http://cvs.winehq.com/patch.py?id=6546
Old revision New revision Changes Path 1.154 1.155 +2 -0 wine/include/winuser.h 1.64 1.65 +2 -2 wine/dlls/user/user32.spec 1.23 1.24 +94 -96 wine/dlls/user/exticon.c