Module: wine Branch: master Commit: fec5117e9144f7c8b6204f447ddedd6de9735093 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fec5117e9144f7c8b6204f447d...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jul 16 16:14:45 2007 +0200
server: Merge APC processing into the select request.
This is needed to return the correct value when one of the handles being waited on is set to signaled state by the APC.
---
dlls/kernel32/tests/pipe.c | 5 +-- dlls/ntdll/sync.c | 69 +++++++++--------------- include/wine/server_protocol.h | 25 ++------- server/protocol.def | 15 ++---- server/request.h | 2 - server/thread.c | 114 +++++++++++++++++++++------------------- server/trace.c | 38 +++++++------ 7 files changed, 115 insertions(+), 153 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fec5117e9144f7c8b6204f...