File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1052,7 +1052,8 @@ implementation
10521052 rs_ErrUnexpected = ' Unexpected error' ;
10531053
10541054{ $REGION 'TRttiInvokableTypeHelper - "Lifted" from Spring4D"'}
1055- { $IF CompilerVersion < 36}
1055+
1056+ { $IF not Defined(FPC) and Defined(EXTENDED_RTTI) and (CompilerVersion < 36)}
10561057{ ***************************************************************************}
10571058{ }
10581059{ Spring Framework for Delphi }
@@ -1197,7 +1198,8 @@ function TRttiInvokableTypeHelper.CreateImplementation(AUserData: Pointer; //FI:
11971198 m.Free;
11981199 end ;
11991200end ;
1200- { $IFEND CompilerVersion < 36}
1201+ { $IFEND not Defined(FPC) and Defined(EXTENDED_RTTI) and (CompilerVersion < 36)}
1202+
12011203{ $ENDREGION 'TRttiInvokableTypeHelper - "Lifted from Spring4D"'}
12021204
12031205
You can’t perform that action at this time.
0 commit comments