fix EngAllocUserMem parameter

svn path=/trunk/; revision=33134
This commit is contained in:
Timo Kreuzer 2008-04-25 00:38:32 +00:00
parent d136b969cf
commit 26ce8577f2

View file

@ -72,7 +72,7 @@ EngFreeMem(PVOID Mem)
* @implemented
*/
PVOID STDCALL
EngAllocUserMem(ULONG cj, ULONG Tag)
EngAllocUserMem(SIZE_T cj, ULONG Tag)
{
PVOID NewMem = NULL;
NTSTATUS Status;