22 lines
856 B
C++
22 lines
856 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxLayoutControlcxEditAdaptersC11.res");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxCoreC11.bpi");
|
|
USEPACKAGE("dxComnC11.bpi");
|
|
USEPACKAGE("cxLibraryC11.bpi");
|
|
USEPACKAGE("dxLayoutControlC11.bpi");
|
|
USEPACKAGE("cxEditorsC11.bpi");
|
|
USEUNIT("dxLayoutcxEditAdapters.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|