Module: wine Branch: master Commit: 737510eeb6019596f6a838f5a86a346183893f8d URL: http://source.winehq.org/git/wine.git/?a=commit;h=737510eeb6019596f6a838f5a8...
Author: Rob Shearman rob@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=737510eeb6019596f6a838...