ntdll: implement NtAllocateLocallyUniqueId with server call

Robert Shearman rob at codeweavers.com
Thu Feb 22 16:01:52 CST 2007


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 you say, it is partially generated:
> /* Everything below this line is generated automatically by 
> tools/make_requests
> */
> /* ### make_requests begin ### */

So just put dump_luid above that line and it'll be fine.

-- 
Rob Shearman




More information about the wine-devel mailing list