mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 21:24:17 -04:00
[mingw] fixed app launching a console on startup
* was the windows subsystem flag * also added BETA status on about box
This commit is contained in:
parent
d67768923e
commit
9daeec0fa1
3 changed files with 9 additions and 9 deletions
2
format.c
2
format.c
|
@ -170,7 +170,6 @@ static BOOL AnalyzeMBR(HANDLE hPhysicalDrive)
|
|||
fake_fd._bufsiz = SelectedDrive.Geometry.BytesPerSector;
|
||||
|
||||
// TODO: Apply this detection before partitioning
|
||||
// TODO: since we detect all these, might as well give some MBR choice to the user?
|
||||
if (is_br(&fake_fd)) {
|
||||
uprintf("Drive has an x86 boot sector\n");
|
||||
} else{
|
||||
|
@ -352,6 +351,7 @@ void __cdecl FormatThread(void* param)
|
|||
// TODO: Enable compression on NTFS
|
||||
// TODO: optionally disable indexing on NTFS
|
||||
// TODO: use progress bar during MBR/FSBR/MSDOS copy
|
||||
// TODO: unlock/remount trick to make the volume reappear
|
||||
|
||||
PrintStatus("Writing master boot record...\n");
|
||||
if (!WriteMBR(hPhysicalDrive)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue