mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
parent
34a634bbf6
commit
5cb9f8765b
1 changed files with 0 additions and 4 deletions
|
@ -851,12 +851,8 @@ SmpCreateVolumeDescriptors(VOID)
|
|||
wcscpy(Buffer, L"\\??\\A:\\");
|
||||
RtlInitUnicodeString(&VolumePath, Buffer);
|
||||
|
||||
#if defined(_M_IX86)
|
||||
/* Start with the C drive, except on NEC PC-98 */
|
||||
StartChar = IsNEC_98 ? L'A' : L'C';
|
||||
#else
|
||||
StartChar = L'C';
|
||||
#endif
|
||||
for (Drive = StartChar, DriveDiff = StartChar - L'A'; Drive <= L'Z'; Drive++, DriveDiff++)
|
||||
{
|
||||
/* Skip the disk if it's not in the drive map */
|
||||
|
|
Loading…
Reference in a new issue