ChangeSet ID: 21371 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/21 07:35:06
Modified files: dlls/shell32 : shell32_main.h shell32_main.c iconcache.c
Log message: Martin Fuchs martin-fuchs@gmx.net SHGetFileInfoW(): handle SHGFI_LINKOVERLAY and SHGFI_OVERLAYINDEX. SHMapPIDLToSystemImageListIndex(): determine overlay flag for PidlToSicIndex() and return -1 in error cases. Read shell overlay icon settings from registry to allow icon overrides.
Patch: http://cvs.winehq.org/patch.py?id=21371
Old revision New revision Changes Path 1.108 1.109 +3 -0 wine/dlls/shell32/shell32_main.h 1.156 1.157 +41 -9 wine/dlls/shell32/shell32_main.c 1.95 1.96 +78 -22 wine/dlls/shell32/iconcache.c