Module: wine Branch: refs/heads/master Commit: 55df46ab856a8b08596303615a89c497d6dd4d5f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=55df46ab856a8b0859630361...
Author: Robert Shearman rob@codeweavers.com Date: Tue Feb 7 12:32:24 2006 +0100
widl: Merge marshall_arguments and unmarshall_arguments into one function to remove the large amount of duplicated code.
---
tools/widl/client.c | 5 + tools/widl/server.c | 6 + tools/widl/typegen.c | 277 +++++++++++++------------------------------------- tools/widl/typegen.h | 11 ++ 4 files changed, 88 insertions(+), 211 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=55df46ab856a8b085963...