mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 15:20:29 +08:00
Fixes previous attempt at commit0ca4e6dcf, which was reverted by commitbbdcc14b1because the partitioning checks mistook unpartitioned disks as GPT. Addendum to commit99f0937fd. The partition-creation checks are unified for these partitions into one single function. To prepare for GPT support, the specifics are put into a separate MBRPartitionCreateChecks() helper, called for MBR disks by the upper-level function. GPT disks will have a similar helper in the future.