Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Oct 29, 2024
1 parent 5b2119f commit d770df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ void SetFidoCheck(void)
return;
}

if (nWindowsVersion < WINDOWS_8) {
if (WindowsVersion.Version < WINDOWS_8) {
ubprintf("Notice: The ISO download feature has been deactivated because "
"your version of Windows is too old.");
return;
Expand Down

0 comments on commit d770df3

Please sign in to comment.