Skip to content

Commit dc1d47e

Browse files
author
DelphiDabbler
committed
Expanded default namespaces used for Delphi XE2 and later compilers
1 parent 23c1e08 commit dc1d47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Compilers.UBDS.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function TBDSCompiler.GetDefaultRTLNamespaces: string;
117117
begin
118118
if not RequiresRTLNamespaces then
119119
Exit('');
120-
Result := 'System Vcl winapi Vcl.Imaging';
120+
Result := 'System Vcl winapi Vcl.Imaging System.Win';
121121
end;
122122

123123
function TBDSCompiler.GetIDString: string;

0 commit comments

Comments
 (0)