git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@63 05c56307-c608-d34a-929d-697000501d7a
33 lines
1.2 KiB
C++
33 lines
1.2 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dxCoreC12.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("dxPSCoreC12.bpi");
|
|
USERES("dxPScxExtCommonC12.res");
|
|
USEPACKAGE("dxPSLnksC12.bpi");
|
|
USEPACKAGE("cxLibraryC12.bpi");
|
|
USEPACKAGE("cxDataC12.bpi");
|
|
USEPACKAGE("cxEditorsC12.bpi");
|
|
USEPACKAGE("cxExtEditorsC12.bpi");
|
|
USEUNIT("dxPScxCheckListBoxLnk.pas");
|
|
USEUNIT("dxPScxExtComCtrlsLnk.pas");
|
|
USEUNIT("dxPScxExtCommon.pas");
|
|
USEUNIT("dxPScxExtDBEditorLnkReg.pas");
|
|
USEUNIT("dxPScxExtDBEditorLnks.pas");
|
|
USEUNIT("dxPScxExtEditorLnkReg.pas");
|
|
USEUNIT("dxPScxExtEditorProducers.pas");
|
|
USEUNIT("dxPScxMCListBoxLnk.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|