Re: [PATCH 1/2] shell32: add SHRemoveLocalizedName stub
11 Oct
2016
11 Oct
'16
1:05 a.m.
Austin English <austinenglish(a)gmail.com> wrote:
+HRESULT SHRemoveLocalizedName(const WCHAR *path) +{ + FIXME("%s stub\n", debugstr_w(path)); + return S_OK; +}
Shouldn't it be WINAPI? -- Dmitry.
11 Oct
11 Oct
1:29 a.m.
New subject: [PATCH 1/2] shell32: add SHRemoveLocalizedName stub
Yes, it should. Thanks for reviewing Dmitry. On Tue, Oct 11, 2016 at 1:05 AM, Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
Austin English <austinenglish(a)gmail.com> wrote:
+HRESULT SHRemoveLocalizedName(const WCHAR *path) +{ + FIXME("%s stub\n", debugstr_w(path)); + return S_OK; +}
Shouldn't it be WINAPI?
-- Dmitry.
-- -Austin GPG: 14FB D7EA A041 937B
3439
Age (days ago)
3439
Last active (days ago)
1 comments
2 participants
participants (2)
-
Austin English -
Dmitry Timoshkov