Componentes.Terceros.DevExp.../official/x.38/ExpressPrinting System/Packages/dxPSdxDBTVLnkC11.cpp
2008-08-27 11:56:15 +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("dxPSCoreC11.bpi");
USEPACKAGE("dxdbtrC11.bpi");
USEPACKAGE("dxPSLnksC11.bpi");
USERES("dxPSdxDBTVLnkC11.res");
USEUNIT("dxPSdxDBTVLnkReg.pas");
USEUNIT("dxPSdxDBTVLnk.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------