Searched hist:e69f845d (Results 1 – 2 of 2) sorted by relevance
/reactos/ntoskrnl/fstub/ |
H A D | disksup.c | diff e69f845d Tue Aug 25 12:44:24 GMT 2020 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> [NTOS:FSTUB] Minor fixes.
- Some "PartitionInfo->PartitionNumber = 0;" are ROS-specific hacks for xHalIoAssignDriveLetters(), that should be fixed... Mark them as such.
- Un-hardcode some "magic" values (partition IDs, max number of partition table entries, etc.).
- Use NULL instead of '0' for null-pointers.
- Fix some typos in comments.
|
H A D | fstubex.c | diff e69f845d Tue Aug 25 12:44:24 GMT 2020 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> [NTOS:FSTUB] Minor fixes.
- Some "PartitionInfo->PartitionNumber = 0;" are ROS-specific hacks for xHalIoAssignDriveLetters(), that should be fixed... Mark them as such.
- Un-hardcode some "magic" values (partition IDs, max number of partition table entries, etc.).
- Use NULL instead of '0' for null-pointers.
- Fix some typos in comments.
|