mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2024-11-09 17:50:30 +01:00
RTL version set equal to compiler version
This commit is contained in:
parent
07075c3f36
commit
fb0f58f0d5
@ -7,12 +7,7 @@ unit System;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
const
|
const
|
||||||
{$IF CompilerVersion < 15}
|
RTLVersion = CompilerVersion;
|
||||||
RTLVersion = 14.2006; // <---,
|
|
||||||
{$ELSE} // June, 2020
|
|
||||||
RTLVersion = 15.2006; // <---'
|
|
||||||
{$IFEND}
|
|
||||||
|
|
||||||
UnicodeCompiler = CompilerVersion >= 20;
|
UnicodeCompiler = CompilerVersion >= 20;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user