server: Don't use size_t for module sizes, they are limited to 2Gb anyway.
commit77cf8034e47be06951861af35b8c7ce931c97f1f
authorAlexandre Julliard <julliard@winehq.org>
Tue, 9 Dec 2008 10:50:05 +0000 (9 11:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Dec 2008 10:50:05 +0000 (9 11:50 +0100)
tree855f60df3f5c0ee9713295959b08b1a8015b0d1d
parentdb6e45488d1a83693098933eaf0107006012f18c
server: Don't use size_t for module sizes, they are limited to 2Gb anyway.
include/wine/server_protocol.h
server/process.h
server/protocol.def
server/trace.c
tools/make_requests