[PATCH] ole32: Add stub for OleGetIconOfFile.

Dmitry Timoshkov dmitry at baikal.ru
Wed Jun 21 01:02:31 CDT 2017


Alex Henrie <alexhenrie24 at gmail.com> wrote:

> +HGLOBAL WINAPI OleGetIconOfFile(LPOLESTR path, BOOL use_file_as_label)
> +{
> +    FIXME("(%p, %d), stub!\n", path, use_file_as_label);
> +    return NULL;
> +}

Probably 'path' should be printed with debugstr_w(),

> +@ stdcall OleGetIconOfFile(ptr long)

... and argument type should be 'wstr' instead of 'ptr'.

-- 
Dmitry.



More information about the wine-devel mailing list