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

Re: [WIDL] Implement support for unique strings

2006-03-31 Thread Eric Kohl
Robert Shearman wrote: Counter-example with the following IDL: void ConformantString2Out([in] long size, [in, out, string, size_is(size)] char **pszString); void Test([in] long size, [in, out, size_is(size)] char **pszArray); Both generate NdrPointerFree calls and I believe both are sat

Re: [ros-kernel] Proposed ReactOS headers and code sharing policy

2003-10-19 Thread Eric Kohl
a clean mix of licenses: GFDL for the documentation, public domain for public headers and import libraries and GPL for the internal code. We should establish a GPL/LGPL dual-license agreement so that shared code automatically changes its license when it is moved from ReactOS to Wine or vice versa. Regards, Eric Kohl

Re: [ros-kernel] Re: WINE porting templates

2003-10-15 Thread Eric Kohl
"Jason Filby" <[EMAIL PROTECTED]> wrote: > User32 and gdi32 are likely to be a problem as the bulk of our > implementation is in kernel mode win32k.sys. More problems will be caused by advapi32 and rpcrt4 because ReactOS will use LPC instead of Unix-Sockets for local IPC. Regards Eric