Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PythonForDelphi/Components/Sources/Core/Definition.Inc
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
{$DEFINE DELPHI10.2_OR_HIGHER}
{$ENDIF}
{$IFDEF VER330} // Delphi 10.3
{$DEFINE DELPHI10.2}
{$DEFINE DELPHI10.3}
{$DEFINE DELPHI4_OR_HIGHER}
{$DEFINE DELPHI5_OR_HIGHER}
{$DEFINE DELPHI6_OR_HIGHER}
Expand Down
Loading