[2/3] ntdll: Introduce a helper function to check for existance of server handles.

Alexandre Julliard julliard at winehq.org
Mon May 4 02:25:48 CDT 2015


Sebastian Lackner <sebastian at fds-team.de> writes:

> @@ -1417,6 +1417,7 @@
>  # Server interface
>  @ cdecl -norelay wine_server_call(ptr)
>  @ cdecl wine_server_fd_to_handle(long long long ptr)
> +@ cdecl wine_server_handle_exists(long long)
>  @ cdecl wine_server_handle_to_fd(long long ptr ptr)
>  @ cdecl wine_server_release_fd(long long)
>  @ cdecl wine_server_send_fd(long)

Why do you need a new export for this?  Is it just to avoid a dup() call
or is there another reason?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list