git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@24 05c56307-c608-d34a-929d-697000501d7a
21 lines
826 B
C++
21 lines
826 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxLayoutControlcxEditAdaptersC5.res");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEPACKAGE("dxComnC5.bpi");
|
|
USEPACKAGE("cxLibraryVCLC5.bpi");
|
|
USEPACKAGE("dxLayoutControlC5.bpi");
|
|
USEPACKAGE("cxEditorsC5.bpi");
|
|
USEUNIT("dxLayoutcxEditAdapters.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|