mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[CMAKE]
- Use SIZE_T in MIDL_user_allocate. This reverts r49295. svn path=/branches/cmake-bringup/; revision=50118
This commit is contained in:
parent
bec9e0bfa6
commit
7c5322ff9b
12 changed files with 12 additions and 12 deletions
|
@ -5391,7 +5391,7 @@ DWORD RFunction55(
|
|||
}
|
||||
|
||||
|
||||
void __RPC_FAR * __RPC_USER midl_user_allocate(size_t len)
|
||||
void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len)
|
||||
{
|
||||
return HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, len);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue