Alexandre Julliard : server: Make async I/O transfer sizes always 32-bit.
Module: wine Branch: master Commit: f6fa72d77067aa8f39675d74600ffb57caf8327e URL: http://source.winehq.org/git/wine.git/?a=commit;h=f6fa72d77067aa8f39675d7460... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Dec 15 13:30:25 2008 +0100 server: Make async I/O transfer sizes always 32-bit. --- dlls/ntdll/directory.c | 2 +- dlls/ntdll/file.c | 8 ++++---- dlls/ntdll/ntdll_misc.h | 3 ++- dlls/ntdll/sync.c | 3 ++- dlls/ws2_32/socket.c | 10 ++++++---- include/wine/server_protocol.h | 10 +++++----- server/async.c | 2 +- server/completion.c | 4 ++-- server/file.h | 4 ++-- server/protocol.def | 10 +++++----- server/trace.c | 6 +++--- tools/make_requests | 1 - 12 files changed, 33 insertions(+), 30 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f6fa72d77067aa8f39675d...
participants (1)
-
Alexandre Julliard