[PATCH 1/4] rpcss: Implement endpoint-mapper server using DCE/RPC.

Rob Shearman robertshearman at gmail.com
Wed Jun 25 12:26:48 CDT 2008


---
 include/Makefile.in         |    2 +
 include/wine/dcetypes.idl   |   88 +++++++++++++
 include/wine/epm.idl        |  122 +++++++++++++++++++
 programs/rpcss/Makefile.in  |    2 +
 programs/rpcss/epm.idl      |   19 +++
 programs/rpcss/epmp.c       |  283 +++++++++++++++++++++++++++++++++++++++++++
 programs/rpcss/rpcss_main.c |   54 +++++---
 7 files changed, 550 insertions(+), 20 deletions(-)
 create mode 100644 include/wine/dcetypes.idl
 create mode 100644 include/wine/epm.idl
 create mode 100644 programs/rpcss/epm.idl
 create mode 100644 programs/rpcss/epmp.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ca8ae446ba5028f1dca423b3977d1ebad73cec9e.diff
Type: text/x-patch
Size: 23077 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080625/86f6d662/attachment-0001.bin 


More information about the wine-patches mailing list