From 302ee90916fde01771797f52d8a99aee562e4b1e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 16 Mar 2024 16:13:27 +0100 Subject: HCR-14: See below. - Improve HCFS data structures. Will work on a implementation soon. - NewFS to use UTF-8 now, for the sake of the size. Signed-off-by: Amlal El Mahrouss --- Private/Tools/make_hcfs.hxx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Private/Tools') diff --git a/Private/Tools/make_hcfs.hxx b/Private/Tools/make_hcfs.hxx index 3db4a764..27a446c2 100644 --- a/Private/Tools/make_hcfs.hxx +++ b/Private/Tools/make_hcfs.hxx @@ -27,17 +27,3 @@ typedef struct __sDISK uintptr_t fDiskCursor; size_t fDiskSize; } DISK, *PDISK; - -#define PACKED __attribute__((packed)) - -typedef struct HCFSBTree final { - wchar_t fCatalogName[255]; - struct { - uint64_t fDataCatalog; - uint64_t fRsrcCatalog; - size_t fDataCatalogSize; - size_t fRsrcCatalogSize; - } fCatalogData; - struct HCFSBTree* fPrevElement; - struct HCFSBTree* fNextElement; -} PACKED HCFSBTree; \ No newline at end of file -- cgit v1.2.3