Module: wine Branch: master Commit: 3bdaba2a933b9507066be0508e2194d30dddd312 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3bdaba2a933b9507066be0508e...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 15 14:05:26 2008 +0200
widl: Make the exception handling macros more general and use the same code everywhere.
---
tools/widl/client.c | 8 +++ tools/widl/proxy.c | 125 ++++++++++++------------------------------------- tools/widl/server.c | 63 +++++-------------------- tools/widl/typegen.c | 105 ++++++++++++++++++++++++++++++++++++++++++ tools/widl/typegen.h | 1 + 5 files changed, 157 insertions(+), 145 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3bdaba2a933b9507066be0...