We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c1e08 commit dc1d47eCopy full SHA for dc1d47e
Src/Compilers.UBDS.pas
@@ -117,7 +117,7 @@ function TBDSCompiler.GetDefaultRTLNamespaces: string;
117
begin
118
if not RequiresRTLNamespaces then
119
Exit('');
120
- Result := 'System Vcl winapi Vcl.Imaging';
+ Result := 'System Vcl winapi Vcl.Imaging System.Win';
121
end;
122
123
function TBDSCompiler.GetIDString: string;
0 commit comments