Difference between revisions of "Rpcrt4.dll"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 18: Line 18:
 
* Get rid of the non-standard ICOM_VTABLE macro. ([[Alexandre Julliard]])
 
* Get rid of the non-standard ICOM_VTABLE macro. ([[Alexandre Julliard]])
 
* Get rid of the non-standard ICOM_VFIELD macro. ([[Alexandre Julliard]])
 
* Get rid of the non-standard ICOM_VFIELD macro. ([[Alexandre Julliard]])
 +
 +
 +
[[Category:BNWIP]]

Revision as of 05:08, 3 April 2012

http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/rpcrt4/?view=log

ChangeLog-0.2.3

  • Merge RPC runtime from Wine (Filip Navara)
  • Sync to Wine-20040615: (Ge van Geldorp)
  • Fix ref count on standard proxy creation (Robert Shearman)
  • Release channel buffer in StdMarshal_UnmarshalInterface, since we no longer use it and the proxy should have taken a reference on it (Robert Shearman)
  • GetModuleFileName[AW] doesn't terminate the string if the buffer is too small (Eric Pouech)
  • Fixed some issues found by winapi_check (Patrik Stridvall)

ChangeLog-0.2.4

  • Don't ERR on a used connection being destroyed. (Mike Hearn)
  • Don't print an extra newline in the olerelay code. (Mike Hearn)
  • Remove the RPC connection cache as Windows does not allow multiple binds on the same connection. (Mike Hearn)
  • Correct connection releases on error path in RPCRT4_OpenBinding. (Mike Hearn)
  • Moved ICOM_THIS_MULTI definition out of objbase.h and into the files that use it. (Alexandre Julliard)
  • Get rid of the non-standard ICOM_VTABLE macro. (Alexandre Julliard)
  • Get rid of the non-standard ICOM_VFIELD macro. (Alexandre Julliard)