mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
Fix warning
svn path=/trunk/; revision=40637
This commit is contained in:
parent
a6f21e5d07
commit
59b1bc70b2
1 changed files with 2 additions and 0 deletions
|
@ -500,7 +500,9 @@ SetHarddiskIdentifier(PCONFIGURATION_COMPONENT_DATA DiskKey,
|
|||
ULONG Signature;
|
||||
CHAR Identifier[20];
|
||||
CHAR ArcName[256];
|
||||
#if 0
|
||||
PARTITION_TABLE_ENTRY PartitionTableEntry;
|
||||
#endif
|
||||
|
||||
/* Read the MBR */
|
||||
if (!MachDiskReadLogicalSectors(DriveNumber, 0ULL, 1, (PVOID)DISKREADBUFFER))
|
||||
|
|
Loading…
Reference in a new issue