mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 13:44:15 -04:00
[net] add platform to user agent when checking for updates
* Also update Windows version strings for Windows 10 * Also set rufus-next to 1.4.12 * Closes #393
This commit is contained in:
parent
55a5eb07e7
commit
b2628e05d0
8 changed files with 33 additions and 23 deletions
|
@ -295,7 +295,7 @@ static BOOL DefineClusterSizes(void)
|
|||
|
||||
// ReFS (only supported for Windows 8.1 and later and for fixed disks)
|
||||
if (SelectedDrive.DiskSize >= 512*MB) {
|
||||
if ((nWindowsVersion >= WINDOWS_8_1_OR_LATER) && (SelectedDrive.Geometry.MediaType == FixedMedia)) {
|
||||
if ((nWindowsVersion >= WINDOWS_8_1) && (SelectedDrive.Geometry.MediaType == FixedMedia)) {
|
||||
SelectedDrive.ClusterSize[FS_REFS].Allowed = SINGLE_CLUSTERSIZE_DEFAULT;
|
||||
SelectedDrive.ClusterSize[FS_REFS].Default = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue