Componentes.Terceros.DevExp.../internal/x.42/2/ExpressLayout Control/Packages/dxLayoutControlcxEditAdaptersC10.cpp

22 lines
856 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxLayoutControlcxEditAdaptersC10.res");
USEPACKAGE("vcl.bpi");
USEPACKAGE("dxCoreC10.bpi");
USEPACKAGE("dxComnC10.bpi");
USEPACKAGE("cxLibraryC10.bpi");
USEPACKAGE("dxLayoutControlC10.bpi");
USEPACKAGE("cxEditorsC10.bpi");
USEUNIT("dxLayoutcxEditAdapters.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------