mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 14:05:22 -04:00
[ui] always use fake units for proposed labels
* Also improve log messages
This commit is contained in:
parent
65a0c2c42d
commit
e8c717c394
5 changed files with 15 additions and 14 deletions
|
@ -395,7 +395,7 @@ BOOL UnmountVolume(HANDLE hDrive);
|
|||
BOOL MountVolume(char* drive_name, char *drive_guid);
|
||||
BOOL AltUnmountVolume(const char* drive_name, BOOL bSilent);
|
||||
char* AltMountVolume(DWORD DriveIndex, uint64_t PartitionOffset, BOOL bSilent);
|
||||
BOOL RemountVolume(char* drive_name);
|
||||
BOOL RemountVolume(char* drive_name, BOOL bSilent);
|
||||
BOOL CreatePartition(HANDLE hDrive, int partition_style, int file_system, BOOL mbr_uefi_marker, uint8_t extra_partitions);
|
||||
BOOL InitializeDisk(HANDLE hDrive);
|
||||
BOOL RefreshDriveLayout(HANDLE hDrive);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue