mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +00:00
Fix build.
svn path=/trunk/; revision=20723
This commit is contained in:
parent
6428d77793
commit
66f4ffc0fd
1 changed files with 2 additions and 2 deletions
|
@ -99,10 +99,10 @@ GetAutostartEntriesFromRegistry ( HKEY hRootKey, TCHAR* KeyName )
|
||||||
|
|
||||||
switch (PtrToLong(hRootKey))
|
switch (PtrToLong(hRootKey))
|
||||||
{
|
{
|
||||||
case HKEY_LOCAL_MACHINE:
|
case PtrToLong(HKEY_LOCAL_MACHINE):
|
||||||
_tcscpy(Path, _T("HKLM\\\0"));
|
_tcscpy(Path, _T("HKLM\\\0"));
|
||||||
break;
|
break;
|
||||||
case HKEY_CURRENT_USER:
|
case PtrToLong(HKEY_CURRENT_USER):
|
||||||
_tcscpy(Path, _T("HKCU\\\0"));
|
_tcscpy(Path, _T("HKCU\\\0"));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue