File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 172
172
{ $DEFINE DELPHI10_3_OR_HIGHER}
173
173
{ $DEFINE DELPHI10_4_OR_HIGHER}
174
174
{ $ENDIF}
175
-
175
+ { $IFDEF VER350} // Delphi 11
176
+ { $DEFINE DELPHI11}
177
+ { $DEFINE DELPHI2010_OR_HIGHER}
178
+ { $DEFINE DELPHIXE_OR_HIGHER}
179
+ { $DEFINE DELPHIXE2_OR_HIGHER}
180
+ { $DEFINE DELPHIXE3_OR_HIGHER}
181
+ { $DEFINE DELPHIXE4_OR_HIGHER}
182
+ { $DEFINE DELPHIXE5_OR_HIGHER}
183
+ { $DEFINE DELPHIXE6_OR_HIGHER}
184
+ { $DEFINE DELPHIXE7_OR_HIGHER}
185
+ { $DEFINE DELPHIXE8_OR_HIGHER}
186
+ { $DEFINE DELPHI10_OR_HIGHER}
187
+ { $DEFINE DELPHI10_1_OR_HIGHER}
188
+ { $DEFINE DELPHI10_2_OR_HIGHER}
189
+ { $DEFINE DELPHI10_3_OR_HIGHER}
190
+ { $DEFINE DELPHI10_4_OR_HIGHER}
191
+ { $DEFINE DELPHI11_OR_HIGHER}
192
+ { $ENDIF}
176
193
177
194
// ///////////////////////////////////////////////////////////////////////////
178
195
// Misc
You can’t perform that action at this time.
0 commit comments