1 Mar
2007
1 Mar
'07
12:27 p.m.
Juan Lang <juan_lang(a)yahoo.com> 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 julliard(a)winehq.org