Re: dlls/shell32/iconcache.c
8 Sep
2005
8 Sep
'05
12:12 p.m.
"Ge van Geldorp" <gvg(a)reactos.com> wrote:
--- dlls/shell32/iconcache.c 26 Aug 2005 10:05:34 -0000 1.92 +++ dlls/shell32/iconcache.c 7 Sep 2005 21:02:00 -0000 @@ -351,7 +351,17 @@
if ( INVALID_INDEX == index ) { - ret = SIC_LoadIcon (sSourceFile, dwSourceIndex, dwFlags); + if (0 == strcmpW (sSourceFile, swShell32Name) &&
Better do a case insensitive comparison of file names. -- Dmitry.
7403
Age (days ago)
7403
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov