mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
eliminating warning
svn path=/trunk/; revision=5695
This commit is contained in:
parent
2ad60bb5af
commit
9a3c91b31d
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ static BOOL ProcessRunKeys( HKEY hkRoot, LPCWSTR szKeyName, BOOL bDelete,
|
|||
'M','i','c','r','o','s','o','f','t','\\','W','i','n','d','o','w','s','\\',
|
||||
'C','u','r','r','e','n','t','V','e','r','s','i','o','n',0};
|
||||
HKEY hkWin=NULL, hkRun=NULL;
|
||||
DWORD res=ERROR_SUCCESS;
|
||||
LONG res=ERROR_SUCCESS;
|
||||
DWORD i, nMaxCmdLine=0, nMaxValue=0;
|
||||
WCHAR *szCmdLine=NULL;
|
||||
WCHAR *szValue=NULL;
|
||||
|
|
Loading…
Reference in a new issue