Componentes.Terceros.DevExp.../internal/x.42/1/ExpressLayout Control/Packages/dxLayoutControlcxEditAdaptersC12.cpp
2009-03-03 12:07:07 +00:00

22 lines
856 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxLayoutControlcxEditAdaptersC12.res");
USEPACKAGE("vcl.bpi");
USEPACKAGE("dxCoreC12.bpi");
USEPACKAGE("dxComnC12.bpi");
USEPACKAGE("cxLibraryC12.bpi");
USEPACKAGE("dxLayoutControlC12.bpi");
USEPACKAGE("cxEditorsC12.bpi");
USEUNIT("dxLayoutcxEditAdapters.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------