Fix conversion to/from VHD-compatible CHS geometry not working properly

This commit is contained in:
Alexander Babikov
2025-05-29 14:09:27 +05:00
parent d2d0944928
commit 168282875c
2 changed files with 45 additions and 28 deletions

View File

@@ -64,4 +64,10 @@ private:
void recalcSelection();
};
typedef struct _86BoxGeom {
uint32_t cyl;
uint32_t heads;
uint32_t spt;
} _86BoxGeom;
#endif // QT_HARDDISKDIALOG_HPP