"Ge van Geldorp" gvg@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.