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

Francois Gouget fgouget at free.fr
Tue Nov 13 02:31:51 CST 2007


---
 dlls/rpcrt4/ndr_stubless.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/rpcrt4/ndr_stubless.c b/dlls/rpcrt4/ndr_stubless.c
index aff2e00..c21b809 100644
--- a/dlls/rpcrt4/ndr_stubless.c
+++ b/dlls/rpcrt4/ndr_stubless.c
@@ -1442,6 +1442,9 @@ LONG WINAPI NdrStubCall2(
     return S_OK;
 }
 
+/***********************************************************************
+ *            NdrServerCall2 [RPCRT4.@]
+ */
 void WINAPI NdrServerCall2(PRPC_MESSAGE pRpcMsg)
 {
     DWORD dwPhase;
-- 
1.5.3.4




More information about the wine-patches mailing list