File tree 1 file changed +1
-14
lines changed
python4lazarus/Sources/Core
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,6 @@ interface
85
85
SysUtils,
86
86
SyncObjs,
87
87
Variants,
88
- { $IFDEF DELPHI2005_OR_HIGHER}
89
- { $IFNDEF UNICODE}
90
- WideStrings,
91
- { $ENDIF}
92
- { $ELSE}
93
- TinyWideStrings,
94
- { $ENDIF}
95
88
MethodCallBack;
96
89
97
90
// #######################################################
@@ -101,12 +94,6 @@ interface
101
94
// #######################################################
102
95
103
96
type
104
- { $IFNDEF UNICODE}
105
- TUnicodeStringList = TWideStringList;
106
- { $ELSE}
107
- TUnicodeStringList = TStringList;
108
- { $ENDIF}
109
-
110
97
{ $IFNDEF FPC}
111
98
{ $IF CompilerVersion < 21}
112
99
NativeInt = integer;
@@ -1406,7 +1393,7 @@ EPyWindowsError = class (EPyOSError);
1406
1393
TReceiveUniDataEvent = procedure (Sender: TObject; var Data : UnicodeString ) of object ;
1407
1394
IOChar = WideChar;
1408
1395
IOString = UnicodeString;
1409
- TIOStringList = TUnicodeStringList ;
1396
+ TIOStringList = TStringList ;
1410
1397
1411
1398
{ $IF not Defined(FPC) and (CompilerVersion >= 23)}
1412
1399
[ComponentPlatformsAttribute(pidWin32 or pidWin64)]
You can’t perform that action at this time.
0 commit comments