21 Feb
2019
21 Feb
'19
2:55 a.m.
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(a)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.