mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: FspFileNameCompare, FspFileNameIsPrefix
This commit is contained in:
@ -211,6 +211,9 @@ NTSTATUS FspFileNameInExpression(
|
||||
{
|
||||
PAGED_CODE();
|
||||
|
||||
/* we do not support non-NULL UpcaseTable yet */
|
||||
ASSERT(0 == UpcaseTable);
|
||||
|
||||
try
|
||||
{
|
||||
*PResult = FsRtlIsNameInExpression(Expression, Name, IgnoreCase, UpcaseTable);
|
||||
|
Reference in New Issue
Block a user