| commit | b9b1ea9c9fcdda794790c2102c36e04d62042cc3 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Thu Jun 09 15:39:52 2005 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Jun 09 15:39:52 2005 +0000 |
| tree | 5e141d9df7f4d68b41b836fa960b140d4a045391 | |
| parent | d1a7f070d447443eb21036fd431f225b268b8828 [diff] [blame] |
Added a close_handle method to the object operations, and use it to implement registry notifications and the strange behavior of CloseHandle on winstation/desktop handles.
diff --git a/server/request.c b/server/request.c index aa5c09d..4a2c80a 100644 --- a/server/request.c +++ b/server/request.c
@@ -95,6 +95,7 @@ NULL, /* satisfied */ no_signal, /* signal */ no_get_fd, /* get_fd */ + no_close_handle, /* close_handle */ master_socket_destroy /* destroy */ };