Componentes.Terceros.DevExp.../official/x.26/ExpressPrinting System/Packages/dxPSdxDBTVLnkC10.cpp
2007-09-09 11:27:27 +00:00

24 lines
872 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USEPACKAGE("vcl.bpi");
USEPACKAGE("dbrtl.bpi");
USEPACKAGE("VCLDB.bpi");
USEPACKAGE("designide.bpi");
USEPACKAGE("dxPSCoreC10.bpi");
USEPACKAGE("dxdbtrC10.bpi");
USEPACKAGE("dxPSLnksC10.bpi");
USERES("dxPSdxDBTVLnkC10.res");
USEUNIT("dxPSdxDBTVLnkReg.pas");
USEUNIT("dxPSdxDBTVLnk.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------