Added missing consts and structures.

This commit is contained in:
2016-08-01 01:22:40 +01:00
parent b88887eca8
commit 2c3755145e
3 changed files with 82 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ namespace DiscImageChef.Filesystems.AppleMFS
const ushort MFS_MAGIC = 0xD2D7;
// "LK"
const ushort MFSBB_MAGIC = 0x4C4B;
const short DIRID_TRASH = -3;
const short DIRID_DESKTOP = -2;
const short DIRID_ROOT = 0;
}
}