Rob Shearman : rpcrt4: Move association code into a separate file.

Alexandre Julliard julliard at winehq.org
Mon Dec 17 06:42:14 CST 2007


Module: wine
Branch: master
Commit: 737510eeb6019596f6a838f5a86a346183893f8d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=737510eeb6019596f6a838f5a86a346183893f8d

Author: Rob Shearman <rob at codeweavers.com>
Date:   Sun Dec 16 12:11:49 2007 +0000

rpcrt4: Move association code into a separate file.

---

 dlls/rpcrt4/Makefile.in     |    1 +
 dlls/rpcrt4/rpc_assoc.c     |  392 +++++++++++++++++++++++++++++++++++++++++++
 dlls/rpcrt4/rpc_assoc.h     |   46 +++++
 dlls/rpcrt4/rpc_binding.c   |    2 +-
 dlls/rpcrt4/rpc_binding.h   |   26 +---
 dlls/rpcrt4/rpc_server.c    |    1 +
 dlls/rpcrt4/rpc_transport.c |  357 ---------------------------------------
 7 files changed, 442 insertions(+), 383 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=737510eeb6019596f6a838f5a86a346183893f8d



More information about the wine-cvs mailing list