change corrupt type
This commit is contained in:
parent
6cc8155b49
commit
d3232caf63
1 changed files with 1 additions and 1 deletions
|
|
@ -80,8 +80,8 @@ enum
|
||||||
VtDirType = 1<<3,
|
VtDirType = 1<<3,
|
||||||
/* VtDirType+1, ... */
|
/* VtDirType+1, ... */
|
||||||
VtRootType = 2<<3,
|
VtRootType = 2<<3,
|
||||||
VtCorruptType,
|
|
||||||
VtMaxType,
|
VtMaxType,
|
||||||
|
VtCorruptType = 0xFF,
|
||||||
|
|
||||||
VtTypeDepthMask = 7,
|
VtTypeDepthMask = 7,
|
||||||
VtTypeBaseMask = ~VtTypeDepthMask,
|
VtTypeBaseMask = ~VtTypeDepthMask,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue