Module: wine Branch: master Commit: 1218aff94dd867394004695e65f74be505cd492a URL: http://source.winehq.org/git/wine.git/?a=commit;h=1218aff94dd867394004695e65... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Sep 15 14:02:26 2008 +0200 widl: Create an explicit structure for the function frame of all generated functions. Store _StubMsg in the frame structure since it's needed for exception handling. --- tools/widl/client.c | 29 ++++++++++------- tools/widl/proxy.c | 82 ++++++++++++++++++++++++++----------------------- tools/widl/server.c | 41 +++++++++++++------------ tools/widl/typegen.c | 50 +++++++++++++++--------------- 4 files changed, 106 insertions(+), 96 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1218aff94dd86739400469...