Module: wine Branch: master Commit: 6ca1d1b0812496e670957543294b04abfefe8d78 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6ca1d1b0812496e67095754329...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jan 15 22:26:32 2007 +0100
server: Support queuing some APCs to a process instead of a thread.
---
dlls/ntdll/ntdll_misc.h | 1 + dlls/ntdll/sync.c | 36 ++++++++++++ dlls/ntdll/thread.c | 2 +- include/wine/server_protocol.h | 6 +- server/protocol.def | 7 ++- server/thread.c | 125 +++++++++++++++++++++++++++++++++------- server/trace.c | 12 +++- 7 files changed, 160 insertions(+), 29 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6ca1d1b0812496e6709575...