We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eab06 commit 6b24861Copy full SHA for 6b24861
Source/WrapDelphi.pas
@@ -2571,17 +2571,14 @@ function TPyDelphiObject.Dir_Wrapper(args: PPyObject): PPyObject;
2571
2572
var
2573
PyType: PPyTypeObject;
2574
- {$IFDEF FPC}
2575
- i: longint;
2576
- {$ELSE}
2577
- i: integer;
2578
- {$ENDIF}
+
2579
{$IFDEF EXTENDED_RTTI}
2580
Context: TRttiContext;
2581
RttiType: TRTTIType;
2582
{$ELSE}
2583
_PropList: PPropList;
2584
_propCount : Integer;
+ i: Integer;
2585
{$ENDIF}
2586
begin
2587
Adjust(@Self);
0 commit comments