mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: memfs: cosmetic change
This commit is contained in:
parent
7ee289fb13
commit
4d4bf92c32
@ -282,14 +282,14 @@ typedef struct _MEMFS_FILE_NODE
|
||||
#if defined(MEMFS_REPARSE_POINTS)
|
||||
SIZE_T ReparseDataSize;
|
||||
PVOID ReparseData;
|
||||
#endif
|
||||
#if defined(MEMFS_EA)
|
||||
MEMFS_FILE_NODE_EA_MAP *EaMap;
|
||||
#endif
|
||||
volatile LONG RefCount;
|
||||
#if defined(MEMFS_NAMED_STREAMS)
|
||||
struct _MEMFS_FILE_NODE *MainFileNode;
|
||||
#endif
|
||||
#if defined(MEMFS_EA)
|
||||
MEMFS_FILE_NODE_EA_MAP *EaMap;
|
||||
#endif
|
||||
} MEMFS_FILE_NODE;
|
||||
|
||||
struct MEMFS_FILE_NODE_LESS
|
||||
|
Loading…
x
Reference in New Issue
Block a user