re: WIDL: Implement support for explicit user handles

2007-06-25 Thread Dan Kegel
Eric wrote: This patch implements support for explicit user handles. Say, could you add a test for that? I think Dan H. usually adds tests to rpcrt4 whenever he adds a feature to widl. cf. http://source.winehq.org/git/?p=wine.git&a=search&st=author&s=dsh - Dan

Re: WIDL: Implement support for explicit user handles

2007-06-25 Thread Robert Shearman
Eric Kohl wrote: This patch implements support for explicit user handles. Looks good, but one small nit-pick: Microsoft calls these "generic" handles instead of user handles. It would be good if you could rename the relevant bits to match this. Thanks, -- Rob Shearman

WIDL: Implement support for explicit user handles

2007-06-24 Thread Eric Kohl
This patch implements support for explicit user handles. Regards Eric Kohl ChangeLog: Implement support for explicit user handles. diff --git a/tools/widl/client.c b/tools/widl/client.c index 86ead20..6a84e94 100644 --- a/tools/widl/client.c +++ b/tools/widl/client.c @@ -89,12 +89,1