mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
ULONG -> SIZE_T
svn path=/trunk/; revision=33137
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user