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