mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[NTOSKRNL] Save ObjectSecurityMode value on boot
This commit is contained in:
parent
98638cc2df
commit
a33a69b3f4
3 changed files with 4 additions and 1 deletions
|
@ -618,6 +618,7 @@ extern ALIGNEDNAME ObpDosDevicesShortNameRoot;
|
|||
extern UNICODE_STRING ObpDosDevicesShortName;
|
||||
extern WCHAR ObpUnsecureGlobalNamesBuffer[128];
|
||||
extern ULONG ObpUnsecureGlobalNamesLength;
|
||||
extern ULONG ObpObjectSecurityMode;
|
||||
|
||||
//
|
||||
// Inlined Functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue