Module: wine Branch: master Commit: 860091d2fd7d5aa08e471af494d74bbc46d1806b URL: http://source.winehq.org/git/wine.git/?a=commit;h=860091d2fd7d5aa08e471af494...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 5 12:23:08 2015 +0900
server: Add an async structure to the flush request to follow the common pattern.
---
dlls/ntdll/file.c | 12 ++++++++---- include/wine/server_protocol.h | 15 ++++++++------- server/fd.c | 14 +++++--------- server/file.c | 5 +++-- server/file.h | 4 ++-- server/named_pipe.c | 20 ++++++++++++-------- server/protocol.def | 5 +++-- server/request.h | 13 +++++++------ server/trace.c | 13 +++++++------ 9 files changed, 55 insertions(+), 46 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=860091d2fd7d5aa08e471a...