LCL-WinCE: trivial: Add wince_7 to GetWinCEVersion()

git-svn-id: branches/fixes_2_0@60909 -
This commit is contained in:
mattias 2019-04-10 11:29:35 +00:00
parent c131b9f845
commit 4c36efed67

View File

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