mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
fixed "invalid window handle" error msg
svn path=/trunk/; revision=27942
This commit is contained in:
parent
5222d1d7a2
commit
03f66e49b1
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ WritePageFileSettings(PVIRTMEM pVirtMem)
|
|||
0,
|
||||
REG_MULTI_SZ,
|
||||
(LPBYTE) szPagingFiles,
|
||||
(DWORD) nPos * sizeof(TCHAR)))
|
||||
(DWORD) nPos * sizeof(TCHAR)) == ERROR_SUCCESS)
|
||||
{
|
||||
bErr = FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue