Make sure to fill out the MIDL_STUB_MESSAGE structure in
[wine] / dlls / rpcrt4 / ndr_marshall.c
2005-11-28  Robert ShearmanImplement conformant varying array functions.
2005-11-28  Robert ShearmanImplement conformant struct functions.
2005-11-28  Robert ShearmanImplement FC_STRUCTPAD2 for complex types.
2005-11-28  Robert ShearmanAdd functions for marshaling base types (ints, floats...
2005-11-28  Robert ShearmanExtend conformance computation function to also compute...
2005-11-28  Robert ShearmanFix NdrConformantArrayBufferSize to include the size...
2005-11-28  Robert ShearmanWe should always allocate in NdrConformantStringUnmarsh...
2005-10-31  Huw DaviesMarshal enums.
2005-09-08  Ge van GeldorpFix NdrServerContextMarshall prototype.
2005-09-02  Robert Shearman- Implement most of the details around unmarshalling...
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-08-03  Robert ShearmanAdd stubs for NdrMapCommAndFaultStatus, conformant...
2005-07-18  Robert ShearmanAdd stubs for most of the NDR marshaling functions.
2005-06-01  Robert Shearman- Improve tracing.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2004-11-30  Eric PouechConst correctness fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-20  Ove KaavenImplemented "dereference" pointer flag.
2003-04-26  Alexandre JulliardAdded a few stubs needed by the generated oaidl_p.c.
2003-02-17  Ove KaavenNDR marshalling fixes.
2003-02-11  Marcus MeissnerFixed undefined operation compiler warning.
2003-02-01  Ove KaavenImplemented marshalling of pointers, simple and complex...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-01  Greg TurnerFix stupid clone of broken macro, found by Marcus.
2002-10-31  Greg Turner- Use appropriate per-platform NDR_LOCAL Data Represent...
2002-10-31  Greg Turner- Fix offset bug in the conformant string unmarshall...
2002-10-31  Greg TurnerRename the *_32_READ macros to *_UINT32_READ for clarity.
2002-10-30  Marcus MeissnerFixed LITTLE_ENDIAN_32_READ macro to at least compile.
2002-10-29  Greg Turner- more comments and comment-cleanup
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- Distinguish between actual paranoia and meaningful...
2002-10-28  Greg Turner- Clean up and enhance some traces.
2002-10-28  Greg TurnerFix endianness dependency in the (there is only one...
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-22  Greg Turner- Use Ove-style macros for NdrConformantStringMarshall...