mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05: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