25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bitSpaceUtils.pas 814 B

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