File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 175175 { $DEFINE DELPHI11_OR_HIGHER}
176176 { $DEFINE DELPHI12_OR_HIGHER}
177177{ $ENDIF}
178+ { $IFDEF VER370} // Delphi 13
179+ { $DEFINE DELPHI13}
180+ { $DEFINE DELPHIXE2_OR_HIGHER}
181+ { $DEFINE DELPHIXE3_OR_HIGHER}
182+ { $DEFINE DELPHIXE4_OR_HIGHER}
183+ { $DEFINE DELPHIXE5_OR_HIGHER}
184+ { $DEFINE DELPHIXE6_OR_HIGHER}
185+ { $DEFINE DELPHIXE7_OR_HIGHER}
186+ { $DEFINE DELPHIXE8_OR_HIGHER}
187+ { $DEFINE DELPHI10_OR_HIGHER}
188+ { $DEFINE DELPHI10_1_OR_HIGHER}
189+ { $DEFINE DELPHI10_2_OR_HIGHER}
190+ { $DEFINE DELPHI10_3_OR_HIGHER}
191+ { $DEFINE DELPHI10_4_OR_HIGHER}
192+ { $DEFINE DELPHI11_OR_HIGHER}
193+ { $DEFINE DELPHI12_OR_HIGHER}
194+ { $DEFINE DELPHI13_OR_HIGHER}
195+ { $ENDIF}
178196
179197// ///////////////////////////////////////////////////////////////////////////
180198// Misc
You can’t perform that action at this time.
0 commit comments