mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
ULONG -> SIZE_T
svn path=/trunk/; revision=33137
This commit is contained in:
parent
7a84e0d0f9
commit
92fefe8a51
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue