mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
[NTOS:OB] ObpLookupEntryDirectory(): SearchShadow is a BOOLEAN
This commit is contained in:
parent
bc62c17a7f
commit
c71845ee8c
2 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ ObpLookupEntryDirectory(
|
|||
IN POBJECT_DIRECTORY Directory,
|
||||
IN PUNICODE_STRING Name,
|
||||
IN ULONG Attributes,
|
||||
IN UCHAR SearchShadow,
|
||||
IN BOOLEAN SearchShadow,
|
||||
IN POBP_LOOKUP_CONTEXT Context
|
||||
);
|
||||
|
||||
|
|
|
@ -158,7 +158,7 @@ NTAPI
|
|||
ObpLookupEntryDirectory(IN POBJECT_DIRECTORY Directory,
|
||||
IN PUNICODE_STRING Name,
|
||||
IN ULONG Attributes,
|
||||
IN UCHAR SearchShadow,
|
||||
IN BOOLEAN SearchShadow,
|
||||
IN POBP_LOOKUP_CONTEXT Context)
|
||||
{
|
||||
BOOLEAN CaseInsensitive = FALSE;
|
||||
|
|
Loading…
Reference in a new issue