File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
PythonForDelphi/Components/Sources/Core Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 204204 { $DEFINE DELPHIXE_OR_HIGHER}
205205 { $DEFINE DELPHIXE2_OR_HIGHER}
206206{ $ENDIF}
207+ { $IFDEF VER240} // Delphi XE3
208+ { $DEFINE DELPHIXE3}
209+ { $DEFINE DELPHIXE2}
210+ { $DEFINE DELPHIXE}
211+ { $DEFINE DELPHI2010}
212+ { $DEFINE DELPHI4_OR_HIGHER}
213+ { $DEFINE DELPHI5_OR_HIGHER}
214+ { $DEFINE DELPHI6_OR_HIGHER}
215+ { $DEFINE DELPHI7_OR_HIGHER}
216+ { $DEFINE DELPHI8_OR_HIGHER}
217+ { $DEFINE DELPHI2005_OR_HIGHER}
218+ { $DEFINE DELPHI2006_OR_HIGHER}
219+ { $DEFINE DELPHI2007_OR_HIGHER}
220+ { $DEFINE DELPHI2009_OR_HIGHER}
221+ { $DEFINE DELPHI2010_OR_HIGHER}
222+ { $DEFINE DELPHIXE_OR_HIGHER}
223+ { $DEFINE DELPHIXE2_OR_HIGHER}
224+ { $DEFINE DELPHIXE3_OR_HIGHER}
225+ { $ENDIF}
207226
208227
209228// ///////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments