mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:13:00 +00:00
[DRIVERS] Add some missing OBJ_KERNEL_HANDLE (#4493)
Match Zw*() uses. CORE-10207
This commit is contained in:
parent
b414e1e4d7
commit
46db6573ab
8 changed files with 9 additions and 14 deletions
|
@ -649,7 +649,7 @@ UDFDismountDevice(
|
|||
|
||||
InitializeObjectAttributes ( &ObjectAttributes,
|
||||
unicodeCdRomDeviceName,
|
||||
OBJ_CASE_INSENSITIVE,
|
||||
OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE,
|
||||
NULL,
|
||||
NULL );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue