Componentes.Terceros.DevExp.../internal/x.46/2/ExpressLayout Control/Packages/dxLayoutControlcxEditAdaptersC14.cpp

22 lines
856 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxLayoutControlcxEditAdaptersC14.res");
USEPACKAGE("vcl.bpi");
USEPACKAGE("dxCoreC14.bpi");
USEPACKAGE("dxComnC14.bpi");
USEPACKAGE("cxLibraryC14.bpi");
USEPACKAGE("dxLayoutControlC14.bpi");
USEPACKAGE("cxEditorsC14.bpi");
USEUNIT("dxLayoutcxEditAdapters.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------