mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[SHELL32]
- Fix a typo from previous commit svn path=/trunk/; revision=54676
This commit is contained in:
parent
e8e0af66e7
commit
ceb51c901c
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ BOOL HCR_GetClassNameW(REFIID riid, LPWSTR szDest, DWORD len)
|
||||||
static const WCHAR wszLocalizedString[] =
|
static const WCHAR wszLocalizedString[] =
|
||||||
{ 'L','o','c','a','l','i','z','e','d','S','t','r','i','n','g', 0 };
|
{ 'L','o','c','a','l','i','z','e','d','S','t','r','i','n','g', 0 };
|
||||||
if (RegLoadMUIStringW(hkey, wszLocalizedString, szDest, len, NULL, 0, NULL) == ERROR_SUCCESS ||
|
if (RegLoadMUIStringW(hkey, wszLocalizedString, szDest, len, NULL, 0, NULL) == ERROR_SUCCESS ||
|
||||||
!RegQueryValueExW(hkey, swEmpty, 0, NULL, (LPBYTE)szDest, &len) == ERROR_SUCCESS)
|
RegQueryValueExW(hkey, swEmpty, 0, NULL, (LPBYTE)szDest, &len) == ERROR_SUCCESS)
|
||||||
{
|
{
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue