RPCRT4_NdrClientCall2 is ATM hardly "semi-stub".
authorGregory M. Turner <gmturner007@ameritech.net>
Wed, 16 Jul 2003 23:30:18 +0000 (23:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 16 Jul 2003 23:30:18 +0000 (23:30 +0000)
dlls/rpcrt4/ndr_stubless.c

index 5c37720..45e52be 100644 (file)
@@ -51,7 +51,7 @@ LONG_PTR /* CLIENT_CALL_RETURN */ RPCRT4_NdrClientCall2(PMIDL_STUB_DESC pStubDes
   MIDL_STUB_MESSAGE stubmsg;
 */
 
-  FIXME("(pStubDec == ^%p,pFormat = ^%p,...): semi-stub\n", pStubDesc, pFormat);
+  FIXME("(pStubDec == ^%p,pFormat = ^%p,...): stub\n", pStubDesc, pFormat);
   if (rpc_cli_if) /* NULL for objects */ {
     TRACE("  *rpc_cli_if (== ^%p) == (RPC_CLIENT_INTERFACE):\n", pStubDesc);
     TRACE("    Length == %d\n", rpc_cli_if->Length);