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

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