wined3d: Get rid of the token field from struct wined3d_shader_src_param.
[wine] / dlls / rpcrt4 / tests / cstub.c
2009-02-16  Michael Stefaniucrpcrt4: Remove superfluous pointer casts.
2009-02-06  Rob Shearmanrpcrt4: Change the test of CStdStubBuffer->pPSFactory...
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-29  Rob Shearmanrpcrt4: Fix a cstub test failure on older versions...
2008-12-16  Paul Vriensrpcrt4/tests: Use GetModuleHandle instead of LoadLibrary.
2008-09-12  Rob Shearmanrpcrt4: Don't crash in NdrDllGetClassObject when a...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-01-09  Rob Shearmanrpcrt4: Fix a memory leak in the cstub tests.
2007-12-04  Rob Shearmanrpcrt4: Flesh out more of the IRpcChannelBuffer vtable...
2007-01-08  Francois Gougetrpcrt4/tests: Remove an unneeded '#if 0' and fix the...
2006-12-14  Andrew Talbotrpcrt4/tests: Cast-qual warnings fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-08  Michael Stefaniucrpcproxy.h: Use LONG/ULONG for Win64 compatibility...
2006-10-09  Michael Stefaniucrpcrt4/tests: Win64 printf format warning fixes.
2006-10-02  Francois Gougetrpcrt4: Don't return void values. This fixes Visual...
2006-09-29  Francois GougetAdd missing '\n's to ok() calls.
2006-09-07  Huw Daviesrpcrt4: Add delegating stub support.
2006-09-07  Huw Daviesrpcrt4: Tests on NdrCStdStubBuffer_Release to show...
2006-08-29  Huw Daviesrpcrt4: Add a test for IRpcStubBuffer_Connect on a...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Connect and fixes...
2006-08-23  Huw Daviesrpcrt4: Add tests for CreateStub and fix up CStdStubBuf...
2006-08-23  Huw Daviesrpcrt4: Add tests for NdrStubForwardingFunction and...
2006-08-23  Huw Daviesrpcrt4: Tests for NdrDllGetClassObject.