server: Use the file_pos_t type for file sizes and offsets in the protocol structures.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 10 Oct 2007 12:06:25 +0000 (14:06 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Oct 2007 12:06:25 +0000 (14:06 +0200)
commit235532ce28d3965472a88ca49ccc40d875fca0d3
treeeb598f5d5c3f8e4636eb61be60d52972970c633f
parent54a471732fd8f99175118a7064caeeda5869dd58
server: Use the file_pos_t type for file sizes and offsets in the protocol structures.
dlls/ntdll/file.c
dlls/ntdll/sync.c
dlls/ntdll/virtual.c
include/wine/server_protocol.h
server/file.c
server/file.h
server/mapping.c
server/protocol.def
server/trace.c
tools/make_requests