Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb7a7adc

Browse files
author
pyscripter
committed
1 parent46fa89a commitb7a7adc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎PythonForDelphi/Components/Sources/Core/PythonEngine.pas‎

Lines changed: 5 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp