| commit | cc55fd317ad78b569f10359aef421bd831749d46 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Mon Dec 29 17:35:35 2008 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Dec 29 17:35:35 2008 +0100 |
| tree | 3ae4b0f6c5b4c6500bb35698fce70eebc24bc6c1 | |
| parent | 923310aa54f02db2273929366f4cc5cf40c7c9ae [diff] [blame] |
server: Make hook procedures client_ptr_t instead of void pointers.
diff --git a/server/queue.c b/server/queue.c index 28c7997..697a268 100644 --- a/server/queue.c +++ b/server/queue.c
@@ -1500,7 +1500,7 @@ /* post a win event */ void post_win_event( struct thread *thread, unsigned int event, user_handle_t win, unsigned int object_id, - unsigned int child_id, void *hook_proc, + unsigned int child_id, client_ptr_t hook_proc, const WCHAR *module, data_size_t module_size, user_handle_t hook) {