Alberto Massari
|
66da6c85e8
|
The handler for the server message get_next_hook was returning the
module name of the current hook, instead of the next one.
|
2002-12-17 21:01:01 +00:00 |
Alexandre Julliard
|
14e68ba7fe
|
Added support for system-wide hooks.
|
2002-11-20 19:54:32 +00:00 |
Alexandre Julliard
|
775fcfdee5
|
Work around to make system-global hooks at least run in the thread
that set them.
|
2002-10-31 22:07:29 +00:00 |
Alexandre Julliard
|
0286135de3
|
Rewrote hook support to store the hook chain in the server.
Split off 16-bit hook functions and re-implemented them on top of the
32-bit ones; system-wide 16-bit hooks are no longer supported at this
point.
|
2002-10-29 00:41:42 +00:00 |