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

Alexandre Julliard julliard at winehq.org
Mon Mar 3 08:38:22 CST 2008


Robert Shearman <rob at codeweavers.com> writes:

> ---
>   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

That sharedidl stuff is ugly, we really have to find a way to make this
work with the idl files in include/wine.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list