Juan Lang <[EMAIL PROTECTED]> writes:
> Any feedback on this one?
>
> ChangeLog: implement NtAllocateLocallyUniqueId with server call
In general it's better to define server-specific types based on simple
C types instead of using Windows data types in server requests. This
gives us more control a
Juan Lang wrote:
This introduces a warning in trace.c about dump_luid being undeclared.
trace.c seems to be at least partially generated, so I wasn't sure about
sending a patch for it. Let me know how I should handle that and I'll fix
it up.
Hi Juan,
dump_luid needs to be in trace.c. As y