home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
DBREG.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
918b
|
30 lines
//----------------------------------------------------------------------------
// DBReg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: DBReg.pas
//----------------------------------------------------------------------------
#ifndef DBRegHPP
#define DBRegHPP
//----------------------------------------------------------------------------
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Dbreg
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern void __fastcall Register(void);
} /* namespace Dbreg */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Dbreg;
#endif
//-- end unit ----------------------------------------------------------------
#endif // DBReg