mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2024-11-09 17:50:30 +01:00
System.RTLVersion constant added
This commit is contained in:
parent
d608e7fc3a
commit
1d4bc29ce6
@ -6,6 +6,13 @@ unit System;
|
||||
|
||||
interface
|
||||
|
||||
const
|
||||
{$IF CompilerVersion < 15}
|
||||
RTLVersion = 14.2006; // <---,
|
||||
{$ELSE} // June, 2020
|
||||
RTLVersion = 15.2006; // <---'
|
||||
{$IFEND}
|
||||
|
||||
type
|
||||
PPAnsiChar = ^PAnsiChar;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user