mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 20:42:50 -05:00
tst: ntptfs: WslFeatures
This commit is contained in:
@@ -42,11 +42,13 @@ enum
|
||||
PtfsNamedStreams = 0x00000040,
|
||||
PtfsExtendedAttributes = 0x00000100,
|
||||
PtfsFlushAndPurgeOnCleanup = 0x00004000,
|
||||
PtfsWslFeatures = 0x04000000,
|
||||
PtfsAttributesMask =
|
||||
PtfsReparsePoints |
|
||||
PtfsNamedStreams |
|
||||
PtfsExtendedAttributes |
|
||||
PtfsFlushAndPurgeOnCleanup,
|
||||
PtfsFlushAndPurgeOnCleanup |
|
||||
PtfsWslFeatures,
|
||||
};
|
||||
typedef struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user