Skip to content

Commit 6295c41

Browse files
committed
Delphi 10.3 support
1 parent 8f138f7 commit 6295c41

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

PythonForDelphi/Components/Sources/Core/Definition.Inc

+26-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* IBS Schillings GmbH & Co KG *)
88
(* Ein Unternehmen der KROHNE-Gruppe *)
99
(* Heisenbergstr. 18 *)
10-
(* 50169 Kerpen-Türnich *)
10+
(* 50169 Kerpen-Türnich *)
1111
(* Phone: (49)22 37/97 44-0 *)
1212
(* *)
1313
(**************************************************************************)
@@ -385,6 +385,31 @@
385385
{$DEFINE DELPHI10.1_OR_HIGHER}
386386
{$DEFINE DELPHI10.2_OR_HIGHER}
387387
{$ENDIF}
388+
{$IFDEF VER330} // Delphi 10.3
389+
{$DEFINE DELPHI10.2}
390+
{$DEFINE DELPHI4_OR_HIGHER}
391+
{$DEFINE DELPHI5_OR_HIGHER}
392+
{$DEFINE DELPHI6_OR_HIGHER}
393+
{$DEFINE DELPHI7_OR_HIGHER}
394+
{$DEFINE DELPHI8_OR_HIGHER}
395+
{$DEFINE DELPHI2005_OR_HIGHER}
396+
{$DEFINE DELPHI2006_OR_HIGHER}
397+
{$DEFINE DELPHI2007_OR_HIGHER}
398+
{$DEFINE DELPHI2009_OR_HIGHER}
399+
{$DEFINE DELPHI2010_OR_HIGHER}
400+
{$DEFINE DELPHIXE_OR_HIGHER}
401+
{$DEFINE DELPHIXE2_OR_HIGHER}
402+
{$DEFINE DELPHIXE3_OR_HIGHER}
403+
{$DEFINE DELPHIXE4_OR_HIGHER}
404+
{$DEFINE DELPHIXE5_OR_HIGHER}
405+
{$DEFINE DELPHIXE6_OR_HIGHER}
406+
{$DEFINE DELPHIXE7_OR_HIGHER}
407+
{$DEFINE DELPHIXE8_OR_HIGHER}
408+
{$DEFINE DELPHI10_OR_HIGHER}
409+
{$DEFINE DELPHI10.1_OR_HIGHER}
410+
{$DEFINE DELPHI10.2_OR_HIGHER}
411+
{$DEFINE DELPHI10.3_OR_HIGHER}
412+
{$ENDIF}
388413
/////////////////////////////////////////////////////////////////////////////
389414
// Python versions
390415
/////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)