Module: wine Branch: master Commit: 834c5b4275c376c55cbb27182069793bfd95226d URL: http://source.winehq.org/git/wine.git/?a=commit;h=834c5b4275c376c55cbb271820...
Author: Rob Shearman rob@codeweavers.com Date: Wed Mar 18 10:59:35 2009 +0000
rpcrt4: Implement stubless asynchronous NDR interpreter.
CodeWeavers did this work for supporting Outlook 2007.
---
dlls/rpcrt4/ndr_stubless.c | 336 ++++++++++++++++++++++++++++++++++++++++++++ dlls/rpcrt4/ndr_stubless.h | 1 + dlls/rpcrt4/rpc_assoc.c | 1 + dlls/rpcrt4/rpc_async.c | 16 ++- dlls/rpcrt4/rpcrt4.spec | 3 +- 5 files changed, 354 insertions(+), 3 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=834c5b4275c376c55cbb27...