Module: wine Branch: master Commit: 583ae122336a84e75c9960e6001e5af2e620d495 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=583ae122336a84e75c9960e6...
Author: Robert Shearman rob@codeweavers.com Date: Tue Aug 29 21:12:42 2006 +0100
rpcrt4: Move NdrStub* functions to cstub.c and move NdrProxy* functions to cproxy.c since both sets of functions depend on the implementations of the standard stubs and proxies.
---
dlls/rpcrt4/cproxy.c | 110 +++++++++++++++++++++++++++++++++++++++- dlls/rpcrt4/cpsf.h | 4 - dlls/rpcrt4/cstub.c | 29 +++++++++++ dlls/rpcrt4/ndr_midl.c | 132 ------------------------------------------------ 4 files changed, 135 insertions(+), 140 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=583ae122336a84e75c99...