1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 11:08:37 -05:00

dll: do not export FspFileSystemResolveReparsePointsInternal

This commit is contained in:
Bill Zissimopoulos
2017-03-13 11:46:36 -07:00
parent 6777de6569
commit 433e62f813

View File

@@ -1354,7 +1354,7 @@ FSP_API BOOLEAN FspFileSystemFindReparsePoint(FSP_FILE_SYSTEM *FileSystem,
return FALSE;
}
FSP_API NTSTATUS FspFileSystemResolveReparsePointsInternal(FSP_FILE_SYSTEM *FileSystem,
static NTSTATUS FspFileSystemResolveReparsePointsInternal(FSP_FILE_SYSTEM *FileSystem,
NTSTATUS (*GetReparsePointByName)(
FSP_FILE_SYSTEM *FileSystem, PVOID Context,
PWSTR FileName, BOOLEAN IsDirectory, PVOID Buffer, PSIZE_T PSize),