2 Jun
2006
2 Jun
'06
9:55 a.m.
Module: wine Branch: refs/heads/master Commit: e15e60b9f9d9263185bbf5fad67195a6c7a4ef29 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e15e60b9f9d9263185bbf5fa... Author: Robert Shearman <rob(a)codeweavers.com> Date: Thu Jun 1 20:25:15 2006 +0100 rpcrt4: Implement TowerConstruct and TowerExplode. Add some tests for these undocumented functions. --- dlls/rpcrt4/rpc_epmap.c | 129 +++++++++++++++++++++++++++++++++++++++++++++++ dlls/rpcrt4/rpcrt4.spec | 4 + dlls/rpcrt4/tests/rpc.c | 94 ++++++++++++++++++++++++++++++++++ 3 files changed, 225 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=e15e60b9f9d9263185bb...