mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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)
|
if (Create)
|
||||||
{
|
{
|
||||||
ULONG ViewSize = 0;
|
SIZE_T ViewSize = 0;
|
||||||
LARGE_INTEGER Offset;
|
LARGE_INTEGER Offset;
|
||||||
PVOID UserBase = NULL;
|
PVOID UserBase = NULL;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
Loading…
Reference in a new issue