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

Zebediah Figura z.figura12 at gmail.com
Wed Feb 20 09:40:10 CST 2019


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.



More information about the wine-devel mailing list