Store the hook table in the thread queue instead of the thread
authorAlexandre Julliard <julliard@winehq.org>
Thu, 3 Jul 2003 18:16:48 +0000 (18:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 Jul 2003 18:16:48 +0000 (18:16 +0000)
commitd55e7f1e9b5909e37115da3623f5ea0350c905b3
treebf2a6a37efb765f884af5481a4e9db4f4bdbe379
parentd9780a8b3e439ab1ca365c257a77a6b85a9d5529
Store the hook table in the thread queue instead of the thread
structure, and make sure the queue is allocated when setting a hook.
server/hook.c
server/queue.c
server/thread.c
server/thread.h
server/user.h