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

Robert Shearman rob at codeweavers.com
Wed Feb 6 10:50:21 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: 445bd690c042d11f6f998f80561c4971c4bc8b7c.diff
Type: text/x-patch
Size: 22450 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080206/1da094f1/attachment.bin 


More information about the wine-patches mailing list