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 about the data layout, and avoids confusion with
things like long/LONG etc.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to