Ver Fonte

include Delphi Rio

Unknown há 6 anos atrás
pai
commit
95ec1261e9
1 ficheiros alterados com 4 adições e 0 exclusões
  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}