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

Alexandre Julliard julliard at winehq.org
Tue Nov 13 08:34:49 CST 2007


Module: wine
Branch: master
Commit: b6ad7b5ef78bd73695d38ec1108f26c6f31394ce
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b6ad7b5ef78bd73695d38ec1108f26c6f31394ce

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Nov 13 09:31:51 2007 +0100

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

---

 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;




More information about the wine-cvs mailing list