20 Apr
2006
20 Apr
'06
6:19 p.m.
Module: wine Branch: refs/heads/master Commit: fe99f330ab9caad8ebcd18ce3f27db0e9007a226 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=fe99f330ab9caad8ebcd18ce... Author: Mike McCormack <mike(a)codeweavers.com> Date: Thu Apr 20 21:00:28 2006 +0900 rpcrt4: Abstract the transport layer functionality. --- dlls/rpcrt4/rpc_binding.c | 103 ++++++++++++++++++++++++++++++++++++--------- dlls/rpcrt4/rpc_binding.h | 43 +++++++++++++++++-- dlls/rpcrt4/rpc_message.c | 24 ---------- dlls/rpcrt4/rpc_server.c | 5 -- 4 files changed, 121 insertions(+), 54 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=fe99f330ab9caad8ebcd...