fixed "invalid window handle" error msg

svn path=/trunk/; revision=27942
This commit is contained in:
Christoph von Wittich 2007-07-28 11:11:27 +00:00
parent 5222d1d7a2
commit 03f66e49b1

View file

@ -231,7 +231,7 @@ WritePageFileSettings(PVIRTMEM pVirtMem)
0, 0,
REG_MULTI_SZ, REG_MULTI_SZ,
(LPBYTE) szPagingFiles, (LPBYTE) szPagingFiles,
(DWORD) nPos * sizeof(TCHAR))) (DWORD) nPos * sizeof(TCHAR)) == ERROR_SUCCESS)
{ {
bErr = FALSE; bErr = FALSE;
} }