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:
@@ -191,7 +191,7 @@ Ptfs::~Ptfs()
|
|||||||
|
|
||||||
NTSTATUS Ptfs::SetPath(PWSTR Path)
|
NTSTATUS Ptfs::SetPath(PWSTR Path)
|
||||||
{
|
{
|
||||||
WCHAR FullPath[MAX_PATH];
|
WCHAR FullPath[FULLPATH_SIZE];
|
||||||
ULONG Length;
|
ULONG Length;
|
||||||
HANDLE Handle;
|
HANDLE Handle;
|
||||||
FILETIME CreationTime;
|
FILETIME CreationTime;
|
||||||
|
|||||||
@@ -626,7 +626,7 @@ static VOID PtfsDelete(PTFS *Ptfs);
|
|||||||
static NTSTATUS PtfsCreate(PWSTR Path, PWSTR VolumePrefix, PWSTR MountPoint, UINT32 DebugFlags,
|
static NTSTATUS PtfsCreate(PWSTR Path, PWSTR VolumePrefix, PWSTR MountPoint, UINT32 DebugFlags,
|
||||||
PTFS **PPtfs)
|
PTFS **PPtfs)
|
||||||
{
|
{
|
||||||
WCHAR FullPath[MAX_PATH];
|
WCHAR FullPath[FULLPATH_SIZE];
|
||||||
ULONG Length;
|
ULONG Length;
|
||||||
HANDLE Handle;
|
HANDLE Handle;
|
||||||
FILETIME CreationTime;
|
FILETIME CreationTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user