mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -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
|
@ -20,7 +20,7 @@ int entire_fat_32_br_matches(FILE *fp);
|
|||
FALSE */
|
||||
int write_fat_32_br(FILE *fp, int bKeepLabel);
|
||||
|
||||
/* returns TRUE if the file has an exact match ot the FAT32 boot record this
|
||||
/* returns TRUE if the file has an exact match of the FAT32 boot record this
|
||||
program would create for FreeDOS, otherwise FALSE.
|
||||
The file position will change when this function is called! */
|
||||
int entire_fat_32_fd_br_matches(FILE *fp);
|
||||
|
@ -29,7 +29,7 @@ int entire_fat_32_fd_br_matches(FILE *fp);
|
|||
otherwise FALSE */
|
||||
int write_fat_32_fd_br(FILE *fp, int bKeepLabel);
|
||||
|
||||
/* returns TRUE if the file has an exact match ot the FAT32 boot record this
|
||||
/* returns TRUE if the file has an exact match of the FAT32 boot record this
|
||||
program would create for NT, otherwise FALSE.
|
||||
The file position will change when this function is called! */
|
||||
int entire_fat_32_nt_br_matches(FILE *fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue