選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

23 行
454 B

  1. { This file was automatically created by Lazarus. Do not edit!
  2. This source is only used to compile and install the package.
  3. }
  4. unit bitSpaceVFS;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. uvfsFolder, uvfsManager, uvfsSpecialFolder, uvfsTarArchive, uvfsUtils, uvfsZipArchive, dzlib, KAZip,
  9. LazarusPackageIntf;
  10. implementation
  11. procedure Register;
  12. begin
  13. end;
  14. initialization
  15. RegisterPackage('bitSpaceVFS', @Register);
  16. end.