home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMFreeware.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  860 b   |  28 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMFreeware.pas' rev: 3.00
  6.  
  7. #ifndef AHMFreewareHPP
  8. #define AHMFreewareHPP
  9. #include <SysInit.hpp>
  10. #include <System.hpp>
  11.  
  12. //-- user supplied -----------------------------------------------------------
  13.  
  14. namespace Ahmfreeware
  15. {
  16. //-- type declarations -------------------------------------------------------
  17. typedef SmallString<32>  TAHMAboutFreeStr;
  18.  
  19. //-- var, const, procedure ---------------------------------------------------
  20. extern PACKAGE void __fastcall BuildFreeDetails(void);
  21.  
  22. }    /* namespace Ahmfreeware */
  23. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  24. using namespace Ahmfreeware;
  25. #endif
  26. //-- end unit ----------------------------------------------------------------
  27. #endif    // AHMFreeware
  28.