Austin English austinenglish@gmail.com wrote:
+HRESULT SHRemoveLocalizedName(const WCHAR *path) +{
- FIXME("%s stub\n", debugstr_w(path));
- return S_OK;
+}
Shouldn't it be WINAPI?
Yes, it should.
Thanks for reviewing Dmitry.
On Tue, Oct 11, 2016 at 1:05 AM, Dmitry Timoshkov dmitry@baikal.ru wrote:
Austin English austinenglish@gmail.com wrote:
+HRESULT SHRemoveLocalizedName(const WCHAR *path) +{
- FIXME("%s stub\n", debugstr_w(path));
- return S_OK;
+}
Shouldn't it be WINAPI?
-- Dmitry.