mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[WLANSVC]
Fix MIDL_user_allocate prototype. Dedicated to zefklop. svn path=/branches/cmake-bringup/; revision=49315
This commit is contained in:
parent
b2f64ac552
commit
b1e9d4a2df
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ DWORD _RpcGetSecuritySettings(
|
|||
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
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…
Reference in a new issue