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

Robert Shearman rob at codeweavers.com
Mon Mar 3 06:12:39 CST 2008


---
   include/Makefile.in            |    2 +
   include/sharedidl/dcetypes.idl |   88 ++++++++++++
   include/sharedidl/epm.idl      |  113 ++++++++++++++++
   programs/rpcss/Makefile.in     |    3 +
   programs/rpcss/epm.idl         |   19 +++
   programs/rpcss/epmp.c          |  291
++++++++++++++++++++++++++++++++++++++++
   programs/rpcss/rpcss_main.c    |   54 +++++---
   7 files changed, 550 insertions(+), 20 deletions(-)
   create mode 100644 include/sharedidl/dcetypes.idl
   create mode 100644 include/sharedidl/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: f59f9e085c7eca7341fdd3dc744d8667b37a8ff7.diff
Type: text/x-patch
Size: 22450 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080303/2f398bd0/attachment.bin 


More information about the wine-patches mailing list