File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ SearchPath="Source"
5252LibSuffix =%s0
5353D27 =" Packages\Delphi\Delphi 10.4+\Python.dpk" , " Packages\Delphi\Delphi 10.4+\dclPython.dpk"
5454D28 =" Packages\Delphi\Delphi 10.4+\Python.dpk" , " Packages\Delphi\Delphi 10.4+\dclPython.dpk"
55+ D29 =" Packages\Delphi\Delphi 10.4+\Python.dpk" , " Packages\Delphi\Delphi 10.4+\dclPython.dpk"
5556
5657[Package - Python4DelphiVcl]
5758Name =Python4Delphi Vcl
@@ -60,6 +61,7 @@ SearchPath="Source\Vcl"
6061LibSuffix =%s0
6162D27 =" Packages\Delphi\Delphi 10.4+\PythonVcl.dpk" , " Packages\Delphi\Delphi 10.4+\dclPythonVcl.dpk"
6263D28 =" Packages\Delphi\Delphi 10.4+\PythonVcl.dpk" , " Packages\Delphi\Delphi 10.4+\dclPythonVcl.dpk"
64+ D29 =" Packages\Delphi\Delphi 10.4+\PythonVcl.dpk" , " Packages\Delphi\Delphi 10.4+\dclPythonVcl.dpk"
6365
6466[Package - Python4DelphiFmx]
6567Name =Python4Delphi Fmx
@@ -68,6 +70,7 @@ SearchPath="Source\Fmx"
6870LibSuffix =%s0
6971D27 =" Packages\Delphi\Delphi 10.4+\PythonFmx.dpk" , " Packages\Delphi\Delphi 10.4+\dclPythonFmx.dpk"
7072D28 =" Packages\Delphi\Delphi 10.4+\PythonFmx.dpk" , " Packages\Delphi\Delphi 10.4+\dclPythonFmx.dpk"
73+ D29 =" Packages\Delphi\Delphi 10.4+\PythonFmx.dpk" , " Packages\Delphi\Delphi 10.4+\dclPythonFmx.dpk"
7174
7275; Options format:
7376; [Options]
Original file line number Diff line number Diff line change @@ -1051,8 +1051,8 @@ implementation
10511051 rs_ErrNoTypeInfo = ' TypeInfo is not available' ;
10521052 rs_ErrUnexpected = ' Unexpected error' ;
10531053
1054-
10551054{ $REGION 'TRttiInvokableTypeHelper - "Lifted" from Spring4D"'}
1055+ { $IF CompilerVersion < 36}
10561056{ ***************************************************************************}
10571057{ }
10581058{ Spring Framework for Delphi }
@@ -1197,6 +1197,7 @@ function TRttiInvokableTypeHelper.CreateImplementation(AUserData: Pointer; //FI:
11971197 m.Free;
11981198 end ;
11991199end ;
1200+ { $IFEND CompilerVersion < 36}
12001201{ $ENDREGION 'TRttiInvokableTypeHelper - "Lifted from Spring4D"'}
12011202
12021203
You can’t perform that action at this time.
0 commit comments