mirror of
https://github.com/Wind4/vlmcsd.git
synced 2026-05-26 22:21:24 +02:00
vlmcsd-1113-2020-03-28-Hotbird64
This commit is contained in:
+1
-1
@@ -294,7 +294,7 @@ int ProcessActivationRequest(handle_t IDL_handle, int requestSize, unsigned char
|
||||
|
||||
|
||||
// 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