sys: create: FspFsvolCreate

Only check reparse point ECP if running on OS prior to RS4
This commit is contained in:
Bill Zissimopoulos
2018-09-06 18:03:53 -07:00
parent 681eac9cd8
commit f32c914ee8
3 changed files with 4 additions and 4 deletions

View File

@ -169,7 +169,7 @@ static NTSTATUS FspFsvolCreate(
!FsRtlIsEcpFromUserMode(ExtraCreateParameter);
#if defined(FSP_CREATE_REPARSE_POINT_ECP)
if (!HasReparsePointCaseSensitivityFix)
if (!FspHasReparsePointCaseSensitivityFix)
{
// {73d5118a-88ba-439f-92f4-46d38952d250}
static const GUID FspReparsePointEcpGuid =