File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
python4lazarus/Sources/Core Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ interface
77
77
Windows,
78
78
{ $ELSE}
79
79
Types,
80
- Dl, // AT
81
- DynLibs, // AT
82
- Forms, // AT for " Application.terminate"
80
+ Dl,
81
+ DynLibs,
82
+ Forms, // for Application.Terminate
83
83
{ $ENDIF}
84
84
Classes,
85
85
SysUtils,
@@ -102,7 +102,6 @@ interface
102
102
103
103
type
104
104
{ $IFNDEF UNICODE}
105
- UnicodeString = WideString;
106
105
TUnicodeStringList = TWideStringList;
107
106
{ $ELSE}
108
107
TUnicodeStringList = TStringList;
@@ -115,11 +114,6 @@ interface
115
114
{ $IFEND}
116
115
PNativeInt = ^NativeInt;
117
116
{ $ELSE}
118
- { $IF DEFINED(FPC_FULLVERSION) and (FPC_FULLVERSION >= 20500)}
119
- { $ELSE}
120
- NativeInt = integer;
121
- NativeUInt = Cardinal;
122
- { $IFEND}
123
117
PNativeInt = ^NativeInt;
124
118
{ $ENDIF}
125
119
You can’t perform that action at this time.
0 commit comments