Skip to content

Commit ca259a5

Browse files
committed
Fix Delphi Rio define
1 parent 6295c41 commit ca259a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonForDelphi/Components/Sources/Core/Definition.Inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
{$DEFINE DELPHI10.2_OR_HIGHER}
387387
{$ENDIF}
388388
{$IFDEF VER330} // Delphi 10.3
389-
{$DEFINE DELPHI10.2}
389+
{$DEFINE DELPHI10.3}
390390
{$DEFINE DELPHI4_OR_HIGHER}
391391
{$DEFINE DELPHI5_OR_HIGHER}
392392
{$DEFINE DELPHI6_OR_HIGHER}

0 commit comments

Comments
 (0)