Fix and unify parsing of calling conventions.
[wine] / dlls / rpcrt4 / ndr_midl.c
2004-09-08  Francois GougetFix and unify parsing of calling conventions.
2003-10-21  Gregory M. Turner- Remove an erroneous check in NdrSendReceive.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-22  Ove KaavenInitial support for RPC call failures, by catching...
2003-05-21  Ove KaavenAdded semi-stub for NdrProxyErrorHandler.
2003-01-31  Ove KaavenReuseBuffer should be FALSE for RPC clients.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-10-28  Greg Turner- Pull the buffer from the rpc message into the midl...
2002-10-28  Greg Turner- Clean up and add some comments.
2002-10-28  Greg Turner- Clean up and enhance some traces.
2002-10-25  Greg Turner- Use memset instead of ZeroMemory, just to be consiste...
2002-10-25  Greg Turner- Make explicit some missing include dependencies.
2002-10-23  Greg TurnerImplemented NdrClientInitializeNew.
2002-10-22  Greg Turner- Use Ove-style macros for NdrConformantStringMarshall...
2002-10-21  Greg TurnerFix return types of NdrConformantStringMarshall, NdrGet...
2002-10-19  Greg TurnerSome MIDL constants and structures (should eventually...
2002-10-10  Ove KaavenAdded NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyIn...