mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:52:57 +00:00
[REACTOS] Fix SIZE_T related warnings
This commit is contained in:
parent
826704ba6b
commit
7611cc2b12
21 changed files with 103 additions and 46 deletions
|
@ -31,7 +31,7 @@ MemFree(IN PVOID lpMem)
|
|||
|
||||
PVOID
|
||||
MemAlloc(IN DWORD dwFlags,
|
||||
IN DWORD dwBytes)
|
||||
IN SIZE_T dwBytes)
|
||||
{
|
||||
/* Allocate memory from the heap */
|
||||
return HeapAlloc(g_hHeap, dwFlags, dwBytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue