mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-05 17:14:26 -04:00
[ms-sys] ms-sys cleanup
This commit is contained in:
parent
a352ad019d
commit
2a3b95a11a
6 changed files with 11 additions and 21 deletions
|
@ -189,9 +189,3 @@ int write_zero_mbr(FILE *fp)
|
|||
write_data(fp, 0x0, mbr_zero_0x0, sizeof(mbr_zero_0x0)) &&
|
||||
write_data(fp, 0x1FE, aucRef, sizeof(aucRef));
|
||||
} /* write_zero_mbr */
|
||||
|
||||
int clear_mbr(FILE *fp)
|
||||
{
|
||||
unsigned char buf[512] = { 0 };
|
||||
return write_data(fp, 0x0, buf, sizeof(buf));
|
||||
} /* clear_mbr */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue