rpcrt4: Even though FC_ENUM16 is an unsigned type, the highest allowable value that...
[wine] / dlls / rpcrt4 / cproxy.c
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-09-07  Robert Shearmanrpcrt4: Raise an exception if IRpcChannelBuffer_GetBuff...
2006-09-07  Robert Shearmanrpcrt4: Make the reference counting in the standard...
2006-09-07  Robert Shearmanrpcrt4: Remove some unused code.
2006-09-07  Robert Shearmanrpcrt4: Move NdrStub* functions to cstub.c and move...
2006-07-18  Robert Shearmanrpcrt4: Display a big message box if the user tries...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-07  Robert Shearmanrpcrt4: Don't call IUnknown_AddRef if there is no outer...
2006-01-20  Robert Shearmanrpc: Replace the hack that detected stubless proxies...
2006-01-05  Robert Shearmanrpcrt4: Implement NdrClientCall2 and NdrServerCall2.
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-18  Mike McCormackAdd stub implementation for CreateProxyFromTypeInfo.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-04-19  Hans LeidekkerFix compiler warning.
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-20  Ove KaavenFixed NdrDllRegisterProxy so it registers the key names...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-10-17  Alexandre JulliardFixed compilation for non-i386.
2002-10-10  Ove KaavenIUnknown_[QAR]_Proxy implementations, VTbl construction...