ULONG -> SIZE_T

svn path=/trunk/; revision=33137
This commit is contained in:
Timo Kreuzer
2008-04-25 01:42:25 +00:00
parent 7a84e0d0f9
commit 92fefe8a51
@@ -76,7 +76,7 @@ Win32kProcessCallback(struct _EPROCESS *Process,
if (Create)
{
ULONG ViewSize = 0;
SIZE_T ViewSize = 0;
LARGE_INTEGER Offset;
PVOID UserBase = NULL;
NTSTATUS Status;