mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-04 11:56:54 -05:00
tst: passthrough, passthrough-cpp: fix #662
This commit is contained in:
@@ -626,7 +626,7 @@ static VOID PtfsDelete(PTFS *Ptfs);
|
||||
static NTSTATUS PtfsCreate(PWSTR Path, PWSTR VolumePrefix, PWSTR MountPoint, UINT32 DebugFlags,
|
||||
PTFS **PPtfs)
|
||||
{
|
||||
WCHAR FullPath[MAX_PATH];
|
||||
WCHAR FullPath[FULLPATH_SIZE];
|
||||
ULONG Length;
|
||||
HANDLE Handle;
|
||||
FILETIME CreationTime;
|
||||
|
||||
Reference in New Issue
Block a user