[PATCH] ole32: Add stub for OleGetIconOfFile.

Alex Henrie alexhenrie24 at gmail.com
Wed Jun 21 01:14:55 CDT 2017


2017-06-21 0:02 GMT-06:00 Dmitry Timoshkov <dmitry at baikal.ru>:
> 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'.

Thanks for the feedback. I have made both changes.

-Alex



More information about the wine-devel mailing list