RPC Merge (E_PL6)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



LICENSE: X11

CHANGELOG:

* dlls/rpcrt4/ndr_midl.c: Greg Turner <gmturner007@ameritech.net>
- oops, return dummy values where appropriate & FIXME's for stubs.

-- 
gmt
--- dlls/rpcrt4/ndr_midl.c.E_PL5	2002-10-18 21:02:06.000000000 -0500
+++ dlls/rpcrt4/ndr_midl.c	2002-10-18 21:15:27.000000000 -0500
@@ -174,7 +174,7 @@
 void WINAPI NdrClientInitializeNew( PRPC_MESSAGE pRpcMessage, PMIDL_STUB_MESSAGE pStubMsg, 
                                     PMIDL_STUB_DESC pStubDesc, int unknown )
 {
-  TRACE("stub\n");
+  FIXME("stub\n");
 }
 
 /***********************************************************************
@@ -183,7 +183,8 @@
 unsigned char *WINAPI NdrConformantStringMarshall(MIDL_STUB_MESSAGE *pStubMsg, unsigned char *pszMessage,
   PFORMAT_STRING pFormat)
 { 
-  TRACE("stub\n");
+  FIXME("stub\n");
+  return NULL;
 }
 
 /***********************************************************************
@@ -191,14 +192,15 @@
  */
 unsigned char *WINAPI NdrGetBuffer(MIDL_STUB_MESSAGE *stubmsg, unsigned long buflen, RPC_BINDING_HANDLE handle)
 {
-  TRACE("stub\n");
+  FIXME("stub\n");
+  return NULL;
 }
 /***********************************************************************
  *           NdrFreeBuffer [RPCRT4.@]
  */
 void WINAPI NdrFreeBuffer(MIDL_STUB_MESSAGE *pStubMsg)
 {
-  TRACE("stub\n");
+  FIXME("stub\n");
 }
 
 /************************************************************************
@@ -206,5 +208,6 @@
  */
 unsigned char *WINAPI NdrSendReceive( MIDL_STUB_MESSAGE *stubmsg, unsigned char *buffer  )
 {
-  TRACE("stub\n");
+  FIXME("stub\n");
+  return NULL;
 }

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux