mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
dll: fuse: allow opening of reparse points
This commit is contained in:
@ -60,7 +60,7 @@ struct fsp_fuse_context_header
|
||||
struct fsp_fuse_file_desc
|
||||
{
|
||||
char *PosixPath;
|
||||
BOOLEAN IsDirectory;
|
||||
BOOLEAN IsDirectory, IsReparsePoint;
|
||||
int OpenFlags;
|
||||
UINT64 FileHandle;
|
||||
PVOID DirBuffer;
|
||||
|
Reference in New Issue
Block a user