mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 23:20:38 +02:00
LCL-WinCE: trivial: Add wince_7 to GetWinCEVersion()
git-svn-id: branches/fixes_2_0@60909 -
This commit is contained in:
parent
c131b9f845
commit
4c36efed67
@ -1246,6 +1246,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