mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-13 23:59:15 -06:00
Revert making SeekableReadDirectory virtual.
This would be an API-breaking change that is actually pointless. Override ReadDirectory instead, as intended.
This commit is contained in:
@@ -1291,7 +1291,7 @@ namespace Fsp
|
||||
ModificationDescriptor,
|
||||
ref ModifiedDescriptor);
|
||||
}
|
||||
public virtual Int32 SeekableReadDirectory(
|
||||
public Int32 SeekableReadDirectory(
|
||||
Object FileNode,
|
||||
Object FileDesc,
|
||||
String Pattern,
|
||||
|
||||
Reference in New Issue
Block a user