26 lines
398 B
Plaintext
26 lines
398 B
Plaintext
unit indysystemfpc;
|
|
interface
|
|
|
|
uses
|
|
IdAntiFreezeBase,
|
|
IdBaseComponent,
|
|
IdCTypes,
|
|
IdComponent,
|
|
IdException,
|
|
IdGlobal,
|
|
IdResourceStrings,
|
|
IdStack,
|
|
IdStackConsts,
|
|
IdStream,
|
|
IdStreamVCL,
|
|
IdStruct;
|
|
|
|
implementation
|
|
|
|
{
|
|
disable hints about unused units. This unit just causes
|
|
FreePascal to compile implicitly listed units in a package.
|
|
}
|
|
{$hints off}
|
|
end.
|