1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{$mode delphi} unit uw4352b; interface uses uw4352a, SysUtils; type TIdSysNativeVCL = class(TIdSysVCL) public end; implementation end.