ChangeSet ID: 17005 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/11 08:04:42
Modified files: dlls/shell32 : shresdef.h shres.rc shell32_main.c iconcache.c folders.c classes.c Makefile.in .cvsignore
Log message: Huw Davies huw@codeweavers.com Fix the icon resource ids (most were off by one). Fix IExtractIcon_{GetIconLocation,Extract} to use -ve icon resource ids and fix bugs relating to confusion between resource ids and the system imagelist indicies. Extend the system imagelist initialization hack to load both +ve and -ve resource ids. Add a printer icon (that'll be used by an upcoming printer folder patch).
Patch: http://cvs.winehq.org/patch.py?id=17005
Old revision New revision Changes Path 1.13 1.14 +13 -0 wine/dlls/shell32/shresdef.h 1.36 1.37 +83 -13 wine/dlls/shell32/shres.rc 1.147 1.148 +2 -1 wine/dlls/shell32/shell32_main.c 1.86 1.87 +2 -1 wine/dlls/shell32/iconcache.c 1.57 1.58 +20 -15 wine/dlls/shell32/folders.c 1.36 1.37 +6 -1 wine/dlls/shell32/classes.c 1.88 1.89 +1 -0 wine/dlls/shell32/Makefile.in 1.20 1.21 +1 -0 wine/dlls/shell32/.cvsignore