Module: wine Branch: refs/heads/master Commit: eb0fe9e6e33d9eaac9ef0473b7ce95392c964817 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=eb0fe9e6e33d9eaac9ef0473...
Author: Robert Shearman rob@codeweavers.com Date: Fri May 26 19:56:00 2006 +0100
rpcrt4: Implement some full pointer functions and add stubs for others.
Add some tests.
---
dlls/rpcrt4/Makefile.in | 1 dlls/rpcrt4/ndr_fullpointer.c | 159 ++++++++++++++++++++++++++++++++++++++ dlls/rpcrt4/rpcrt4.spec | 12 +-- dlls/rpcrt4/tests/ndr_marshall.c | 122 +++++++++++++++++++++++++++++ 4 files changed, 288 insertions(+), 6 deletions(-) create mode 100644 dlls/rpcrt4/ndr_fullpointer.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=eb0fe9e6e33d9eaac9ef...