mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added missing consts and structures.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user