mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
rpcrt4: An interface pointer just has the size of a regular pointer.
This commit is contained in:
parent
8f9c39d2a8
commit
e9e0507d2b
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@ static DWORD calc_arg_size(MIDL_STUB_MESSAGE *pStubMsg, PFORMAT_STRING pFormat)
|
|||
break;
|
||||
default:
|
||||
FIXME("Unhandled type %02x\n", *pFormat);
|
||||
/* fallthrough */
|
||||
case RPC_FC_IP:
|
||||
size = sizeof(void *);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue