Module: wine Branch: master Commit: 235532ce28d3965472a88ca49ccc40d875fca0d3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=235532ce28d3965472a88ca49c...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 10 14:06:25 2007 +0200
server: Use the file_pos_t type for file sizes and offsets in the protocol structures.
---
dlls/ntdll/file.c | 14 ++++-------- dlls/ntdll/sync.c | 3 +- dlls/ntdll/virtual.c | 20 ++++++++---------- include/wine/server_protocol.h | 25 ++++++++--------------- server/file.c | 8 +----- server/file.h | 2 - server/mapping.c | 18 ++++++---------- server/protocol.def | 23 +++++++-------------- server/trace.c | 41 ++++++++++++++++++++++++--------------- tools/make_requests | 1 + 10 files changed, 67 insertions(+), 88 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=235532ce28d3965472a88c...