Componentes.Terceros.DevExp.../official/x.35/ExpressLayout Control/Packages/dxLayoutControlcxEditAdaptersC6.cpp

21 lines
827 B
C++
Raw Normal View History

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxLayoutControlcxEditAdaptersC6.res");
USEPACKAGE("vcl.bpi");
USEPACKAGE("dxComnC6.bpi");
USEPACKAGE("cxLibraryVCLC6.bpi");
USEPACKAGE("dxLayoutControlC6.bpi");
USEPACKAGE("cxEditorsVCLC6.bpi");
USEUNIT("dxLayoutcxEditAdapters.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------