[PATCH] ntoskrnl.exe: Implement ExUuidCreate().

Zhiyi Zhang zzhang at codeweavers.com
Wed Feb 20 20:55:17 CST 2019



On 2019/2/20 23:40, Zebediah Figura wrote:
> On 2/20/19 8:53 AM, Zhiyi Zhang wrote:
>> Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
>> ---
>>   dlls/ntoskrnl.exe/ntoskrnl.c        | 33 +++++++++++++++++++++++++++++++++
>>   dlls/ntoskrnl.exe/ntoskrnl.exe.spec |  2 +-
>>   include/ddk/ntddk.h                 |  2 ++
>>   3 files changed, 36 insertions(+), 1 deletion(-)
>>
>
> Perhaps we could just borrow UuidCreate() from rpcrt4 instead? Though maybe that's not worthwhile.
>
>
Yes. This is mostly just a copy of UuidCreate() from rpcrt4. rpcrt4 doesn't import ExUuidCreate, hence the copying.



More information about the wine-devel mailing list