| commit | 518857498485abfe2c5dd76e7dc64af6bd8e7a35 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Thu May 30 20:12:58 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu May 30 20:12:58 2002 +0000 |
| tree | b4e640cd09415c5f954dfcca10037af91d68dcce | |
| parent | 0427479abca1792bd9d627183e2a52cfd0052da7 [diff] [blame] |
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
diff --git a/server/request.c b/server/request.c index 7ed598f..0414ed1 100644 --- a/server/request.c +++ b/server/request.c
@@ -374,7 +374,7 @@ } /* send an fd to a client */ -int send_client_fd( struct process *process, int fd, handle_t handle ) +int send_client_fd( struct process *process, int fd, obj_handle_t handle ) { int ret;