Mike McCormack : rpcrt4: Split the transport layer into a different file.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Apr 21 05:02:37 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 5c6f72873a0f3ebc0c855480059e1bc168628e39
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=5c6f72873a0f3ebc0c855480059e1bc168628e39

Author: Mike McCormack <mike at codeweavers.com>
Date:   Fri Apr 21 15:38:57 2006 +0900

rpcrt4: Split the transport layer into a different file.

---

 dlls/rpcrt4/Makefile.in     |    1 
 dlls/rpcrt4/rpc_binding.c   |  241 ------------------------------------
 dlls/rpcrt4/rpc_transport.c |  289 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 290 insertions(+), 241 deletions(-)
 create mode 100644 dlls/rpcrt4/rpc_transport.c

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=5c6f72873a0f3ebc0c855480059e1bc168628e39



More information about the wine-cvs mailing list