您最多选择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.