您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

26 行
814 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 bitSpaceUtils;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. uutlAlgorithm, uutlArrayContainer, uutlCommon, uutlComparer, uutlCompression, uutlEmbeddedProfiler, uutlEnumerator,
  9. uutlEvent, uutlEventManager, uutlFilter, uutlGenerics, uutlInterfaces, uutlKeyCodes, uutlLinq, uutlListBase,
  10. uutlLogger, uutlMCF, uutlObservable, uutlSScanf, uutlStreamHelper, uutlSyncObjs, uutlThreads, uutlTypes,
  11. uutlXmlHelper, uutlVariantObject, uutlVariantProperty, uutlVariantEnum, uutlVariantSet, uutlCommandLine,
  12. uwinImports, LazarusPackageIntf;
  13. implementation
  14. procedure Register;
  15. begin
  16. end;
  17. initialization
  18. RegisterPackage('bitSpaceUtils', @Register);
  19. end.