Module: wine Branch: master Commit: 59ba6d2573532c15e2487bbc86f6bb93022c1d38 URL: http://source.winehq.org/git/wine.git/?a=commit;h=59ba6d2573532c15e2487bbc86...
Author: Rob Shearman robertshearman@gmail.com Date: Tue Nov 10 23:05:07 2009 +0000
rpcrt4: Support multiple interfaces and transfer syntaxes in bind and bind ack messages.
---
dlls/rpcrt4/rpc_assoc.c | 7 +- dlls/rpcrt4/rpc_defs.h | 87 ++++++++++++++++------------ dlls/rpcrt4/rpc_message.c | 38 ++++++------- dlls/rpcrt4/rpc_message.h | 4 +- dlls/rpcrt4/rpc_server.c | 140 ++++++++++++++++++++++++++++++++++----------- 5 files changed, 181 insertions(+), 95 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=59ba6d2573532c15e2487b...