mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[SHELL32]
- Let explorer open control panel class folder when there is no default action See issue #4916 for more details. svn path=/trunk/; revision=47032
This commit is contained in:
@@ -1017,8 +1017,8 @@ ExecuteAppletFromCLSID(LPOLESTR pOleStr)
|
||||
dwSize = sizeof(szCmd);
|
||||
if (RegGetValueW(HKEY_CLASSES_ROOT, szBuffer, NULL, RRF_RT_REG_SZ, &dwType, (PVOID)szCmd, &dwSize) != ERROR_SUCCESS)
|
||||
{
|
||||
ERR("RegGetValueW failed with %u\n", GetLastError());
|
||||
return E_FAIL;
|
||||
wcscpy(szCmd, L"%SystemRoot%\\Explorer.exe ::");
|
||||
wcscat(szCmd, pOleStr);
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user