mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
rpcrt4: Add a FIXME for RPC_FC_P_ALLOCALLNODES in PointerUnmarshall.
This commit is contained in:
parent
68432dd339
commit
b300189c43
@ -1096,6 +1096,9 @@ static void PointerUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||
}
|
||||
}
|
||||
|
||||
if (attr & RPC_FC_P_ALLOCALLNODES)
|
||||
FIXME("RPC_FC_P_ALLOCALLNODES not implemented\n");
|
||||
|
||||
if (attr & RPC_FC_P_DEREF) {
|
||||
if (fMustAlloc) {
|
||||
base_ptr_val = NdrAllocate(pStubMsg, sizeof(void *));
|
||||
|
Loading…
x
Reference in New Issue
Block a user