ChangeSet ID: 8675 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/07/03 13:16:48
Modified files: server : user.h thread.h thread.c queue.c hook.c
Log message: Store the hook table in the thread queue instead of the thread structure, and make sure the queue is allocated when setting a hook.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8675
Old revision New revision Changes Path 1.14 1.15 +3 -0 wine/server/user.h 1.52 1.53 +0 -2 wine/server/thread.h 1.98 1.99 +0 -3 wine/server/thread.c 1.38 1.39 +19 -0 wine/server/queue.c 1.7 1.8 +6 -6 wine/server/hook.c