7 Sep
2006
7 Sep
'06
10:07 a.m.
Module: wine Branch: master Commit: bd9891ffed347bce23e864b5d5a017d7ba423a2b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=bd9891ffed347bce23e864b5... Author: Huw Davies <huw(a)codeweavers.com> Date: Thu Aug 31 15:40:05 2006 +0100 rpcrt4: Add delegating stub support. --- dlls/rpcrt4/cpsf.c | 7 ++ dlls/rpcrt4/cpsf.h | 9 +++ dlls/rpcrt4/cstub.c | 135 +++++++++++++++++++++++++++++++++++++++++---- dlls/rpcrt4/tests/cstub.c | 100 +++++++++++++++++++++++++++++---- 4 files changed, 225 insertions(+), 26 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=bd9891ffed347bce23e8...