21 Jun
2017
21 Jun
'17
6:02 a.m.
Alex Henrie <alexhenrie24(a)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.