[PATCH 1/2] shell32: add SHRemoveLocalizedName stub

Dmitry Timoshkov dmitry at baikal.ru
Tue Oct 11 01:05:25 CDT 2016


Austin English <austinenglish at gmail.com> wrote:

> +HRESULT SHRemoveLocalizedName(const WCHAR *path)
> +{
> +    FIXME("%s stub\n", debugstr_w(path));
> +    return S_OK;
> +}

Shouldn't it be WINAPI?

-- 
Dmitry.



More information about the wine-devel mailing list