Commit b6ad7b5e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

rpcrt4: Add an API documentation stub to make winapi_check happy.

parent df17f1ea
......@@ -1442,6 +1442,9 @@ LONG WINAPI NdrStubCall2(
return S_OK;
}
/***********************************************************************
* NdrServerCall2 [RPCRT4.@]
*/
void WINAPI NdrServerCall2(PRPC_MESSAGE pRpcMsg)
{
DWORD dwPhase;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment