* Disable range checking

(cherry picked from commit 1b4e733a66)
This commit is contained in:
Michaël Van Canneyt 2023-10-15 16:57:59 +02:00 committed by marcoonthegit
parent 728027ebc1
commit c7c73f4d30

View File

@ -16,6 +16,7 @@ unit System.UIConsts;
{$MODE OBJFPC}
{$H+}
{$R-}
interface