home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / Vcl / LZEXPAND.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  940 b   |  33 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'LZExpand.pas' rev: 4.00
  6.  
  7. #ifndef LZExpandHPP
  8. #define LZExpandHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #include <Windows.hpp>    // Pascal unit
  13. #include <SysInit.hpp>    // Pascal unit
  14. #include <System.hpp>    // Pascal unit
  15.  
  16. //-- user supplied -----------------------------------------------------------
  17. #include <lzexpand.h>
  18.  
  19. namespace Lzexpand
  20. {
  21. //-- type declarations -------------------------------------------------------
  22. //-- var, const, procedure ---------------------------------------------------
  23.  
  24. }    /* namespace Lzexpand */
  25. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  26. using namespace Lzexpand;
  27. #endif
  28. #pragma option pop    // -w-
  29.  
  30. #pragma delphiheader end.
  31. //-- end unit ----------------------------------------------------------------
  32. #endif    // LZExpand
  33.