mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2024-11-09 09:40:27 +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
|
||||
|
||||
const
|
||||
{$IF CompilerVersion < 15}
|
||||
RTLVersion = 14.2006; // <---,
|
||||
{$ELSE} // June, 2020
|
||||
RTLVersion = 15.2006; // <---'
|
||||
{$IFEND}
|
||||
|
||||
RTLVersion = CompilerVersion;
|
||||
UnicodeCompiler = CompilerVersion >= 20;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user