Introduced mangling of HFS+ names for case-insensitive uniqueness.

This commit is contained in:
2012-06-30 21:48:42 +02:00
parent 2d441cca5d
commit 2c88e74798
6 changed files with 461 additions and 13 deletions

View File

@@ -7370,6 +7370,9 @@ int iso_image_hfsplus_get_blessed(IsoImage *img, IsoNode ***blessed_nodes,
/** APM block size prevents coexistence with GPT (FAILURE, HIGH, -392) */
#define ISO_BOOT_APM_GPT_BSIZE 0xE830FE78
/** Name collision in HFS+, mangling not possible (FAILURE, HIGH, -393) */
#define ISO_HFSP_NO_MANGLE 0xE830FE77
/* Internal developer note:
Place new error codes directly above this comment.