Skip to content

Commit b7a7adc

Browse files
author
pyscripter
committed
1 parent 46fa89a commit b7a7adc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PythonForDelphi/Components/Sources/Core/PythonEngine.pas

+5
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ interface
112112
{$IFEND}
113113
PNativeInt = ^NativeInt;
114114
{$ELSE}
115+
{$IF DEFINED(FPC_VER) and (FPC_VER >= 5)}
116+
{$ELSE}
117+
NativeInt = integer;
118+
NativeUInt = Cardinal;
119+
{$IFEND}
115120
PNativeInt = ^NativeInt;
116121
{$ENDIF}
117122

0 commit comments

Comments
 (0)