mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[UMPNPMGR]
- Fix definition of midl_user_allocate svn path=/branches/cmake-bringup/; revision=49292
This commit is contained in:
@@ -137,7 +137,7 @@ RpcServerThread(LPVOID lpParameter)
|
||||
}
|
||||
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user