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