mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:39:30 +02:00
lcl: wince: Add wince_7 to GetWinCEVersion()
git-svn-id: trunk@60827 -
This commit is contained in:
parent
91210ec41c
commit
cfdbda6261
@ -1244,6 +1244,7 @@ begin
|
||||
else Result := Wince_5;
|
||||
end;
|
||||
6: Result := Wince_6;
|
||||
7: Result := wince_7;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user