Module: wine Branch: master Commit: 0f8b64a57b0117cf2bb4c2e4c81f5a66f511ce75 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f8b64a57b0117cf2bb4c2e4c8...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 31 13:30:04 2011 +0200
widl: Add a more generic way of determining the type of handle for a function.
---
tools/widl/client.c | 73 +++++++++++++++++++++----------------------------- tools/widl/header.c | 70 +++++++++++++++++++++++-------------------------- tools/widl/header.h | 5 +-- tools/widl/parser.y | 35 ++++++++---------------- tools/widl/server.c | 10 +++---- 5 files changed, 82 insertions(+), 111 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0f8b64a57b0117cf2bb4c2...