[PATCH 1/2] shell32: Add a semi-stub for SHGetStockIconInfo

Nikolay Sivov bunglehead at gmail.com
Wed Apr 24 10:57:50 CDT 2013


On Wed, Apr 24, 2013 at 6:38 PM, Detlef Riekenberg <wine.dev at web.de> wrote:

> --
> By by ... Detlef
> ---
>  dlls/shell32/iconcache.c  |   42
> ++++++++++++++++++++++++++++++++++++++++++
>  dlls/shell32/shell32.spec |    1 +
>  2 files changed, 43 insertions(+), 0 deletions(-)
>
> diff --git a/dlls/shell32/iconcache.c b/dlls/shell32/iconcache.c
> index 637dbca..df6675d 100644
> --- a/dlls/shell32/iconcache.c
> +++ b/dlls/shell32/iconcache.c
> @@ -46,6 +46,8 @@
>
>  WINE_DEFAULT_DEBUG_CHANNEL(shell);
>
> +static const WCHAR shell32dll[] =
> {'\\','s','h','e','l','l','3','2','.','d','l','l',0};
> +
>
Please put this in function that needs it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130424/f087aaaf/attachment.html>


More information about the wine-devel mailing list