Module: wine Branch: master Commit: 838803ce24f0ba7f52dcca63e561ad62bc35b9e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=838803ce24f0ba7f52dcca63e5...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 30 15:05:38 2008 +0100
server: Make the address parameters in inter-process virtual memory calls client_ptr_t.
Add explicit padding fields in the corresponding structures.
---
dlls/ntdll/sync.c | 89 +++++++++++++++++++++------------------ dlls/ntdll/virtual.c | 36 ++++++++-------- include/wine/server_protocol.h | 52 +++++++++++++---------- server/protocol.def | 50 ++++++++++++---------- server/trace.c | 89 +++++++++++++++++++++++++++------------ tools/make_requests | 4 +- 6 files changed, 186 insertions(+), 134 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=838803ce24f0ba7f52dcca...