Browse Source

include Delphi Rio

Unknown 6 years ago
parent
commit
95ec1261e9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      QuickLib.inc

+ 4 - 0
QuickLib.inc

@@ -124,6 +124,10 @@
         {$define DELPHILINUX}
       {$ifend}
     {$ifend}
+    {$if CompilerVersion >= 33.0} //Delphi RX10.3 Rio
+      {$define DELPHIRX103_UP}
+	    {$define DELPHIRIO_UP}
+    {$ifend}
   {$else}
     //Delphi 5 or older
     {$define DELPHI6OROLDER}