home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / STDREG.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  975b  |  32 lines

  1. //----------------------------------------------------------------------------
  2. // StdReg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: StdReg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef StdRegHPP
  6. #define StdRegHPP
  7. //----------------------------------------------------------------------------
  8. #include <Classes.hpp>
  9. #include <DsgnIntf.hpp>
  10. #include <System.hpp>
  11. #pragma warn -par
  12. #pragma warn -hid 
  13. #pragma warn -inl
  14.  
  15. namespace Stdreg
  16. {
  17. //-- type declarations -------------------------------------------------------
  18. //-- var, const, procedure ---------------------------------------------------
  19. extern void __fastcall Register(void);
  20.  
  21. }    /* namespace Stdreg */
  22.  
  23. #pragma warn .par
  24. #pragma warn .hid 
  25. #pragma warn .inl
  26.  
  27. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  28. using namespace Stdreg;
  29. #endif
  30. //-- end unit ----------------------------------------------------------------
  31. #endif    // StdReg
  32.