Author: tkreuzer Date: Thu Apr 24 19:38:32 2008 New Revision: 33134
URL: http://svn.reactos.org/svn/reactos?rev=33134&view=rev Log: fix EngAllocUserMem parameter
Modified: trunk/reactos/subsystems/win32/win32k/eng/mem.c
Modified: trunk/reactos/subsystems/win32/win32k/eng/mem.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/eng... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/eng/mem.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/eng/mem.c [iso-8859-1] Thu Apr 24 19:38:32 2008 @@ -72,7 +72,7 @@ * @implemented */ PVOID STDCALL -EngAllocUserMem(ULONG cj, ULONG Tag) +EngAllocUserMem(SIZE_T cj, ULONG Tag) { PVOID NewMem = NULL; NTSTATUS Status;