[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:
Pete Batard 2011-12-02 00:39:48 +00:00
parent d67768923e
commit 9daeec0fa1
3 changed files with 9 additions and 9 deletions

View file

@ -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)) {