Skip to content

Commit

Permalink
Merge pull request #39 from cycocrew/master
Browse files Browse the repository at this point in the history
 Add Windows 10 April 2018 Update support in JclSysInfo
  • Loading branch information
ahausladen authored May 5, 2018
2 parents a23eec6 + 17633a2 commit 5ce3ee1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jcl/source/common/JclSysInfo.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4164,6 +4164,8 @@ function GetWindows10ReleaseName: String;
Result := 'Windows 10 Creators Update';
1709:
Result := 'Windows 10 Fall Creators Update';
1803:
Result := 'Windows 10 April 2018 Update';
else
Result := '';
end;
Expand All @@ -4187,6 +4189,8 @@ function GetWindows10ReleaseCodeName: String;
Result := 'Redstone 2';
1709:
Result := 'Redstone 3';
1803:
Result := 'Redstone 4';
else
Result := '';
end;
Expand Down

0 comments on commit 5ce3ee1

Please sign in to comment.