Explorar o código

[inc] linux fix for 10.4.1

Exilon %!s(int64=4) %!d(string=hai) anos
pai
achega
943dfacedb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      QuickLib.inc

+ 1 - 1
QuickLib.inc

@@ -131,7 +131,7 @@
     {$if CompilerVersion >= 34.0} //Delphi RX10.4 Sydney
       {$define DELPHIRX104_UP}
 	    {$define DELPHISYDNEY_UP}
-      {$if defined(ANDROID) OR defined(LINUX) OR defined(IOS)}
+      {$if defined(ANDROID) OR defined(IOS)}
         {$define NEXTGEN} //compatibility with older delphis
       {$endif}
     {$ifend}