Module: wine Branch: master Commit: 7f1dc355ecad665beaeea95738fdee38276cf4c9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7f1dc355ecad665beaeea95738...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jan 19 14:01:39 2009 +0100
server: Generate padding in request structures from make_requests.
Add compile-time asserts to check that the structures have the expected layout.
---
include/wine/server_protocol.h | 145 +++++- server/protocol.def | 1 - server/request.h | 1294 ++++++++++++++++++++++++++++++++++++++++ tools/make_requests | 33 +- 4 files changed, 1468 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7f1dc355ecad665beaeea9...