dlls/shell32/iconcache.c

Dmitry Timoshkov dmitry at baikal.ru
Thu Sep 8 07:12:53 CDT 2005


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




More information about the wine-devel mailing list