Compatibility improvements to reparse point handling.

This commit is contained in:
Joe_Lowe
2017-06-14 13:01:28 -07:00
committed by Corinna Vinschen
parent ec86124748
commit 7a4e299a18
3 changed files with 87 additions and 36 deletions

View File

@ -88,6 +88,7 @@ enum path_types
};
NTSTATUS file_get_fai (HANDLE, PFILE_ALL_INFORMATION);
bool check_reparse_point_target (PUNICODE_STRING);
class symlink_info;