File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
PythonForDelphi/Components/Sources/Core Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 314314 { $DEFINE DELPHIXE7_OR_HIGHER}
315315 { $DEFINE DELPHIXE8_OR_HIGHER}
316316{ $ENDIF}
317+ { $IFDEF VER320} // Delphi Tokyo
318+ { $DEFINE DELPHIXE8}
319+ { $DEFINE DELPHI102T}
320+ { $DEFINE DELPHI4_OR_HIGHER}
321+ { $DEFINE DELPHI5_OR_HIGHER}
322+ { $DEFINE DELPHI6_OR_HIGHER}
323+ { $DEFINE DELPHI7_OR_HIGHER}
324+ { $DEFINE DELPHI8_OR_HIGHER}
325+ { $DEFINE DELPHI2005_OR_HIGHER}
326+ { $DEFINE DELPHI2006_OR_HIGHER}
327+ { $DEFINE DELPHI2007_OR_HIGHER}
328+ { $DEFINE DELPHI2009_OR_HIGHER}
329+ { $DEFINE DELPHI2010_OR_HIGHER}
330+ { $DEFINE DELPHIXE_OR_HIGHER}
331+ { $DEFINE DELPHIXE2_OR_HIGHER}
332+ { $DEFINE DELPHIXE3_OR_HIGHER}
333+ { $DEFINE DELPHIXE4_OR_HIGHER}
334+ { $DEFINE DELPHIXE5_OR_HIGHER}
335+ { $DEFINE DELPHIXE6_OR_HIGHER}
336+ { $DEFINE DELPHIXE7_OR_HIGHER}
337+ { $DEFINE DELPHIXE8_OR_HIGHER}
338+ { $ENDIF}
317339// ///////////////////////////////////////////////////////////////////////////
318340// Python versions
319341// ///////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments