Module: wine Branch: master Commit: f507ccbf52c6412dadfe4e909cda51cbbf423db5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f507ccbf52c6412dadfe4e909c...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 30 20:51:55 2008 +0100
server: Specify the user APC to call only once the system APC has executed.
---
dlls/ntdll/directory.c | 6 ++-- dlls/ntdll/file.c | 41 ++++++++++++++++++++++----------------- dlls/ntdll/sync.c | 15 ++++++++++--- dlls/ws2_32/socket.c | 17 +++++++-------- include/wine/server_protocol.h | 6 ++-- server/async.c | 6 ++-- server/file.h | 2 +- server/protocol.def | 4 +- server/thread.c | 4 ++- server/trace.c | 9 ++++--- 10 files changed, 62 insertions(+), 48 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f507ccbf52c6412dadfe4e...