Module: wine Branch: master Commit: cf6d95c1b8c937d2be77f3eb14dcf3c2d0d6932a URL: http://source.winehq.org/git/wine.git/?a=commit;h=cf6d95c1b8c937d2be77f3eb14...
Author: Rob Shearman rob@codeweavers.com Date: Tue Dec 25 19:07:41 2007 +0000
rpcrt4: Move low-level NDR context handle functions to a separate file.
---
dlls/rpcrt4/Makefile.in | 1 + dlls/rpcrt4/ndr_contexthandle.c | 278 +++++++++++++++++++++++++++++++++++++++ dlls/rpcrt4/ndr_marshall.c | 249 ----------------------------------- 3 files changed, 279 insertions(+), 249 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cf6d95c1b8c937d2be77f3...