We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9528e14 commit 6818fdeCopy full SHA for 6818fde
Source/SimpleParser/SimpleParser.inc
@@ -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
+
23
{$IFDEF VER340} // Delphi 10.4
24
{$DEFINE D8_NEWER}
25
{$DEFINE D9_NEWER}
0 commit comments