summaryrefslogtreecommitdiffhomepage
path: root/Private/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Tools')
-rw-r--r--Private/Tools/make_hcfs.hxx14
1 files changed, 0 insertions, 14 deletions
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