Parcourir la source

include Delphi Rio

Unknown il y a 6 ans
Parent
commit
95ec1261e9
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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}