if not AddUnitToMainUsesSection('Interfaces','',SourceChangeCache) thenbegin debugln('ConvertUsedUnits Unable to add Interfaces to main uses section'); exit;end;
if AddLRSCode then if not AddUnitToMainUsesSection('LResources','',SourceChangeCache) then begin debugln('ConvertUsedUnits Unable to add LResources to main uses section'); exit; end;
Leledumbo, did you create a bug report with this patch?