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
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
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
"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