RTL version set equal to compiler version

This commit is contained in:
Владислав Джавадов 2020-12-27 01:16:11 +03:00
parent 07075c3f36
commit fb0f58f0d5

View File

@ -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