rpcrt4/tests: Fix a Visual C++ double to float conversion warning.
[wine] / dlls / rpcrt4 / tests / ndr_marshall.c
2007-05-29  Francois Gougetrpcrt4/tests: Fix a Visual C++ double to float conversi...
2007-05-29  Francois Gougetrpcrt4/tests: Fix signed/unsigned and 32/64bit issues...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-13  Huw Daviesrpcrt4: Tests that show that the allocation rules for...
2007-01-24  Huw Daviesrpcrt4: Implement NdrSimpleType{Marshall,Unmarshall}.
2007-01-11  Francois Gougetrpcrt4: Give a proper name to some formerly reserved...
2007-01-08  Francois Gougetrpcrt4/tests: Replace some '#if 0's with 'if (0)'s...
2006-12-14  Andrew Talbotrpcrt4/tests: Cast-qual warnings fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-09  Alexandre Julliardrpcrt4/tests: Replace || by |.
2006-11-09  Michael Stefaniucrpcrt4/tests: Fix the warnings introduced by the "unsig...
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-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-17  Huw Daviesrpcrt4: Add tests for NdrAllocate.
2006-06-02  Robert Shearmanrpcrt4: NdrClientInitializeNew shouldn't clear all...
2006-05-30  Robert Shearmanrpcrt4: For full pointers the state consists of flags...
2006-05-27  Robert Shearmanrpcrt4: Store the QueryType in the state table in NdrFu...
2006-05-27  Robert Shearmanrpcrt4: Fix NdrFullPointerQueryRefId to make more tests...
2006-05-27  Robert Shearmanrpcrt4: Implement remaining part of NdrFullPointerQuery...
2006-05-27  Robert Shearmanrpcrt4: Implement some full pointer functions and add...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Huw Daviesrpcrt4: Uncomment test now that it works correctly.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Huw Daviesrpcrt4: Use IsClient to determine whether we can use...
2006-05-17  Huw Daviesrpcrt4: Don't update StubMsg->MemorySize while unmarsha...