mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-20 19:12:56 -06:00
src: dotnet: GetReparseTag
This commit is contained in:
@@ -849,11 +849,6 @@ namespace Fsp.Interop
|
||||
else
|
||||
return null;
|
||||
}
|
||||
internal unsafe static UInt32 GetReparseTag(
|
||||
Byte[] ReparseData)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
internal unsafe static Int32 FspFileSystemCanReplaceReparsePoint(
|
||||
Byte[] CurrentReparseData,
|
||||
Byte[] ReplaceReparseData)
|
||||
|
||||
Reference in New Issue
Block a user