commit | 1ab243bac186fcebcbe8b73f2f5d87f7a33e3e86 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Dec 19 02:12:45 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 19 02:12:45 2000 +0000 |
tree | 31f188c284b788546bb3d498a165c0486f98cc30 | |
parent | d88dbb4a108b9bd9204ba2edf9d9faf7a5af6091 [diff] [blame] |
Merged the get_read_fd and get_write_fd requests.
diff --git a/server/object.c b/server/object.c index f2a7f1f..ba2bce8 100644 --- a/server/object.c +++ b/server/object.c
@@ -251,13 +251,7 @@ return 0; /* not abandoned */ } -int no_read_fd( struct object *obj ) -{ - set_error( STATUS_OBJECT_TYPE_MISMATCH ); - return -1; -} - -int no_write_fd( struct object *obj ) +int no_get_fd( struct object *obj ) { set_error( STATUS_OBJECT_TYPE_MISMATCH ); return -1;