mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-25 20:13:21 -05:00
tst: passthrough-dotnet: fix compilation problem
This commit is contained in:
@@ -78,6 +78,7 @@ namespace passthrough
|
|||||||
FileInfo.ChangeTime = FileInfo.LastWriteTime;
|
FileInfo.ChangeTime = FileInfo.LastWriteTime;
|
||||||
FileInfo.IndexNumber = 0;
|
FileInfo.IndexNumber = 0;
|
||||||
FileInfo.HardLinks = 0;
|
FileInfo.HardLinks = 0;
|
||||||
|
FileInfo.EaSize = 0;
|
||||||
}
|
}
|
||||||
public Int32 GetFileInfo(out FileInfo FileInfo)
|
public Int32 GetFileInfo(out FileInfo FileInfo)
|
||||||
{
|
{
|
||||||
@@ -98,6 +99,7 @@ namespace passthrough
|
|||||||
FileInfo.ChangeTime = FileInfo.LastWriteTime;
|
FileInfo.ChangeTime = FileInfo.LastWriteTime;
|
||||||
FileInfo.IndexNumber = 0;
|
FileInfo.IndexNumber = 0;
|
||||||
FileInfo.HardLinks = 0;
|
FileInfo.HardLinks = 0;
|
||||||
|
FileInfo.EaSize = 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
GetFileInfoFromFileSystemInfo(DirInfo, out FileInfo);
|
GetFileInfoFromFileSystemInfo(DirInfo, out FileInfo);
|
||||||
|
Reference in New Issue
Block a user