mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fixed "invalid window handle" error msg
svn path=/trunk/; revision=27942
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user