mirror of
https://github.com/Wind4/vlmcsd.git
synced 2026-05-26 11:41:23 +02:00
vlmcsd-1113-2020-03-28-Hotbird64
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ RpcStatus closeRpc(const RpcCtx handle)
|
||||
|
||||
#if !MULTI_CALL_BINARY
|
||||
// Memory allocation function for RPC.
|
||||
void *__RPC_USER midl_user_allocate(SIZE_T len)
|
||||
void *__RPC_USER midl_user_allocate(size_t len)
|
||||
{
|
||||
return vlmcsd_malloc(len);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user