Skip to content

Commit 6818fde

Browse files
Update compiler directives to support Delphi 11
1 parent 9528e14 commit 6818fde

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Source/SimpleParser/SimpleParser.inc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
{$IFDEF VER350} // Delphi 11
2+
{$DEFINE D8_NEWER}
3+
{$DEFINE D9_NEWER}
4+
{$DEFINE D10_NEWER}
5+
{$DEFINE D11_NEWER}
6+
{$DEFINE D12_NEWER}
7+
{$DEFINE D14_NEWER}
8+
{$DEFINE D15_NEWER}
9+
{$DEFINE D16_NEWER}
10+
{$DEFINE D17_NEWER}
11+
{$DEFINE D18_NEWER}
12+
{$DEFINE D19_NEWER}
13+
{$DEFINE D20_NEWER}
14+
{$DEFINE D21_NEWER}
15+
{$DEFINE D22_NEWER}
16+
{$DEFINE D23_NEWER}
17+
{$DEFINE D24_NEWER}
18+
{$DEFINE D25_NEWER}
19+
{$DEFINE D26_NEWER}
20+
{$DEFINE D27_NEWER}
21+
{$ENDIF}
22+
123
{$IFDEF VER340} // Delphi 10.4
224
{$DEFINE D8_NEWER}
325
{$DEFINE D9_NEWER}

0 commit comments

Comments
 (0)