Module: wine Branch: refs/heads/master Commit: 7114f8c3bdaa6d7f81b6658f49b8b44be494b7cf URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7114f8c3bdaa6d7f81b6658f...
Author: Martin Fuchs martin-fuchs@gmx.net Date: Wed Jan 11 12:33:24 2006 +0100
shell32: Fix folder icon index when read from registry. Change "DWORD dwNr" into "int icon_idx" at several places.
---
dlls/shell32/classes.c | 58 ++++++++++++++++++++++--------------------- dlls/shell32/folders.c | 35 +++++++++++++++----------- dlls/shell32/iconcache.c | 8 +++--- dlls/shell32/shell32_main.c | 12 ++++----- dlls/shell32/shell32_main.h | 6 ++-- 5 files changed, 62 insertions(+), 57 deletions(-)