Skip to content

Commit 050d64e

Browse files
author
sergey.bugay
committed
Resolve hints
Resolved hints: * [dcc32 Hint] PythonEngine.pas(5559): H2443 Inline function 'TList.Remove' has not been expanded because unit 'System.Types' is not specified in USES list * [dcc32 Hint] PythonEngine.pas(5561): H2443 Inline function 'TList.Remove' has not been expanded because unit 'System.Types' is not specified in USES list
1 parent 23a3b28 commit 050d64e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PythonForDelphi/Components/Sources/Core/PythonEngine.pas

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3111,9 +3111,11 @@ procedure MaskFPUExceptions(ExceptionsMasked : boolean;
31113111

31123112
implementation
31133113

3114+
uses
31143115
{$IFDEF MSWINDOWS}
3115-
uses Registry;
3116+
Registry,
31163117
{$ENDIF}
3118+
System.Types;
31173119

31183120

31193121
(*******************************************************)

0 commit comments

Comments
 (0)