| 12345678910111213141516171819202122232425 |
- 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.
|