rpcrt4: Add an API documentation stub to make winapi_check happy.
This commit is contained in:
parent
df17f1ead2
commit
b6ad7b5ef7
|
@ -1442,6 +1442,9 @@ LONG WINAPI NdrStubCall2(
|
|||
return S_OK;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* NdrServerCall2 [RPCRT4.@]
|
||||
*/
|
||||
void WINAPI NdrServerCall2(PRPC_MESSAGE pRpcMsg)
|
||||
{
|
||||
DWORD dwPhase;
|
||||
|
|
Loading…
Reference in New Issue