Module: wine Branch: refs/heads/master Commit: effac656bb189d08bd101d9095bd9467a9be7b6d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=effac656bb189d08bd101d90...
Author: Huw Davies huw@codeweavers.com Date: Wed May 17 15:28:38 2006 +0100
rpcrt4: Don't update StubMsg->MemorySize while unmarshaling.
Add a bunch of marshaling tests (based on a program by Rob Shearman).
---
dlls/rpcrt4/ndr_marshall.c | 2 dlls/rpcrt4/tests/.gitignore | 1 dlls/rpcrt4/tests/Makefile.in | 1 dlls/rpcrt4/tests/ndr_marshall.c | 419 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 423 insertions(+), 0 deletions(-) create mode 100644 dlls/rpcrt4/tests/ndr_marshall.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=effac656bb189d08bd10...