lcl: wince: Add wince_7 to GetWinCEVersion()

git-svn-id: trunk@60827 -
This commit is contained in:
lacak 2019-04-04 08:18:11 +00:00
parent 91210ec41c
commit cfdbda6261

View File

@ -1244,6 +1244,7 @@ begin
else Result := Wince_5;
end;
6: Result := Wince_6;
7: Result := wince_7;
end;
end;
end;