mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 04:52:10 -05:00
tst: passthrough-dotnet: fix compilation problem
This commit is contained in:
parent
3d646bdf88
commit
46210b0c48
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user