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

This commit is contained in:
Francois Gouget 2007-11-13 09:31:51 +01:00 committed by Alexandre Julliard
parent df17f1ead2
commit b6ad7b5ef7
1 changed files with 3 additions and 0 deletions

View File

@ -1442,6 +1442,9 @@ LONG WINAPI NdrStubCall2(
return S_OK;
}
/***********************************************************************
* NdrServerCall2 [RPCRT4.@]
*/
void WINAPI NdrServerCall2(PRPC_MESSAGE pRpcMsg)
{
DWORD dwPhase;