shell32.dll/Printer_LoadIconsW implemented

Frank Richter frank.richter at gmail.com
Tue Jul 5 12:31:46 CDT 2005


On 05.07.2005 13:37, Detlef Riekenberg wrote:
> +    HMODULE SHELL32_hmodule=NULL;
> +    INT iconindex=IDI_SHELL_PRINTER;
...
> +    if(SHELL32_hmodule==NULL)
> +    {
> +        SHELL32_hmodule=LoadLibraryA("shell32.dll");
> +    }

Why not use the global 'shell32_hInstance' variable?

-f.r.



More information about the wine-devel mailing list