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