mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
System.RTLVersion constant added
This commit is contained in:
@@ -6,6 +6,13 @@ unit System;
|
||||
|
||||
interface
|
||||
|
||||
const
|
||||
{$IF CompilerVersion < 15}
|
||||
RTLVersion = 14.2006; // <---,
|
||||
{$ELSE} // June, 2020
|
||||
RTLVersion = 15.2006; // <---'
|
||||
{$IFEND}
|
||||
|
||||
type
|
||||
PPAnsiChar = ^PAnsiChar;
|
||||
|
||||
|
Reference in New Issue
Block a user