reactos/base/setup/lib
Hermès Bélusca-Maïto 1716749bcb
[SETUPLIB] Consolidate the FsUtil and PartList modules of the SetupLib.
- Add a PreparePartitionForFormatting routine that sets the partition ID depending on the chosen filesystem.
- The 'FORMATMACHINESTATE FormatState' machine-state and the 'TempPartition' members of the partition list structure is purely a USETUP convenience, so remove them from the PARTLIST structure and move them back into USETUP.
- Attempt to recognize the filesystem (set the 'FileSystem' member of PARTENTRY) of partitions we are adding into the PARTLIST list.
- Fix the return value of the SelectPartition function, which is by the way completely broken (it doesn't do what it is supposed to do; alternatively its naming is completely wrong...).

svn path=/branches/setup_improvements/; revision=74572
svn path=/branches/setup_improvements/; revision=74573
2018-05-27 20:18:51 +02:00
..
CMakeLists.txt
errorcode.h
fsutil.c [SETUPLIB] Consolidate the FsUtil and PartList modules of the SetupLib. 2018-05-27 20:18:51 +02:00
fsutil.h [SETUPLIB] Consolidate the FsUtil and PartList modules of the SetupLib. 2018-05-27 20:18:51 +02:00
genlist.c
genlist.h
linklist.h
partlist.c [SETUPLIB] Consolidate the FsUtil and PartList modules of the SetupLib. 2018-05-27 20:18:51 +02:00
partlist.h [SETUPLIB] Consolidate the FsUtil and PartList modules of the SetupLib. 2018-05-27 20:18:51 +02:00
precomp.h
setuplib.h