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 f362a0e commit 11110beCopy full SHA for 11110be
python4lazarus/Sources/Core/PythonEngine.pas
@@ -77,9 +77,9 @@ interface
77
Windows,
78
{$ELSE}
79
Types,
80
- Dl, //AT
81
- DynLibs, //AT
82
- Forms, //AT for "Application.terminate"
+ Dl,
+ DynLibs,
+ Forms, //for Application.Terminate
83
{$ENDIF}
84
Classes,
85
SysUtils,
@@ -102,7 +102,6 @@ interface
102
103
type
104
{$IFNDEF UNICODE}
105
- UnicodeString = WideString;
106
TUnicodeStringList = TWideStringList;
107
108
TUnicodeStringList = TStringList;
@@ -115,11 +114,6 @@ interface
115
114
{$IFEND}
116
PNativeInt = ^NativeInt;
117
118
- {$IF DEFINED(FPC_FULLVERSION) and (FPC_FULLVERSION >= 20500)}
119
- {$ELSE}
120
- NativeInt = integer;
121
- NativeUInt = Cardinal;
122
- {$IFEND}
123
124
125
0 commit comments