* System.Types for Delphi code

This commit is contained in:
Michaël Van Canneyt 2024-11-25 21:56:29 +01:00
parent 8d24a28c56
commit 0ca0990e8b

View File

@ -307,7 +307,10 @@ begin
Addln('');
Addln('interface');
Addln('');
AddLn('uses types;');
if DelphiCode then
AddLn('uses System.Types;')
else
AddLn('uses types;');
Addln('');
EnsureSection(csType);
Addln('');