Skip to content

Commit

Permalink
[inc] delphi 10.4.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
exilon committed Oct 22, 2020
1 parent 8ac90f3 commit 78ba69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QuickLib.inc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{$define DELPHIRX103_UP}
{$define DELPHIRIO_UP}
{$ifend}
{$if CompilerVersion >= 33.0} //Delphi RX10.4 Sydney
{$if CompilerVersion >= 34.0} //Delphi RX10.4 Sydney
{$define DELPHIRX104_UP}
{$define DELPHISYDNEY_UP}
{$if defined(ANDROID) OR defined(LINUX) OR defined(IOS)}
Expand Down Expand Up @@ -161,8 +161,8 @@

//Debug library
{$IFDEF DEBUG}
{.$DEFINE DEBUG_SERIALIZER}
{.$DEFINE DEBUG_HTTPSERVER}
{$DEFINE DEBUG_SERIALIZER}
{$DEFINE DEBUG_HTTPSERVER}
{$ENDIF}


0 comments on commit 78ba69a

Please sign in to comment.