Componentes.Terceros.DevExp.../internal/x.42/2/ExpressDataController/Packages/cxDataC12.cpp

36 lines
1.1 KiB
C++
Raw Permalink Normal View History

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("cxDataC12.res");
USEPACKAGE("vcl.bpi");
USEPACKAGE("rtl.bpi");
USEPACKAGE("dxCoreC12.bpi");
USEPACKAGE("Vcldb.bpi");
USEPACKAGE("dbrtl.bpi");
USEUNIT("cxVariants.pas");
USEUNIT("cxCustomData.pas");
USEUNIT("cxData.pas");
USEUNIT("cxDataConsts.pas");
USEUNIT("cxDataStorage.pas");
USEUNIT("cxDataUtils.pas");
USEUNIT("cxDB.pas");
USEUNIT("cxDBData.pas");
USEUNIT("cxFilter.pas");
USEUNIT("cxDBFilter.pas");
USEUNIT("cxFilterConsts.pas");
USEUNIT("cxLike.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------