mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 18:12:07 +00:00
[NTOSKRNL] Rewrite/fix our UUID generation implementation
So that it matches Windows behavior Also implement ExUuidCreate that will generate UUID version 1 The implementation is based on the RFC 4122
This commit is contained in:
parent
2d9673c68f
commit
eb8b481cd4
5 changed files with 327 additions and 165 deletions
|
@ -236,9 +236,14 @@ NTAPI
|
|||
ExpInitializeCallbacks(VOID);
|
||||
|
||||
INIT_FUNCTION
|
||||
VOID
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
ExpInitUuids(VOID);
|
||||
ExpUuidInitialization(VOID);
|
||||
|
||||
INIT_FUNCTION
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
ExLuidInitialization(VOID);
|
||||
|
||||
INIT_FUNCTION
|
||||
VOID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue