Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 176ead8

Browse files
committedOct 10, 2023
Fix to Delphi 12 support
1 parent 83f7903 commit 176ead8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Source/Definition.Inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
{$DEFINE DELPHI11_OR_HIGHER}
160160
{$ENDIF}
161161
{$IFDEF VER360} // Delphi 12
162-
{$DEFINE DELPHI11}
162+
{$DEFINE DELPHI12}
163163
{$DEFINE DELPHIXE2_OR_HIGHER}
164164
{$DEFINE DELPHIXE3_OR_HIGHER}
165165
{$DEFINE DELPHIXE4_OR_HIGHER}

0 commit comments

Comments
 (0)
Please sign in to comment.