mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +00:00
[SHELL32]
- HCR_GetClassName is not supposed to be specific for CLSID_MyDocuments CORE-11363 svn path=/trunk/; revision=71509
This commit is contained in:
parent
25917dcb89
commit
5596ec9243
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ HRESULT HCR_GetClassName(REFIID riid, LPSTRRET strRet)
|
|||
{
|
||||
BOOL bRet;
|
||||
WCHAR wstrName[MAX_PATH+1];
|
||||
bRet = HCR_GetClassNameW(CLSID_MyDocuments, wstrName, MAX_PATH);
|
||||
bRet = HCR_GetClassNameW(riid, wstrName, MAX_PATH);
|
||||
if (!bRet)
|
||||
return E_FAIL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue