git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@58 05c56307-c608-d34a-929d-697000501d7a
31 lines
1.1 KiB
C++
31 lines
1.1 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxCoreC14.bpi");
|
|
USEPACKAGE("dxPSCoreC14.bpi");
|
|
USERES("dxPScxTLLnkC14.res");
|
|
USEPACKAGE("dxPSLnksC14.bpi");
|
|
USEPACKAGE("cxLibraryC14.bpi");
|
|
USEPACKAGE("cxDataC14.bpi");
|
|
USEPACKAGE("cxEditorsC14.bpi");
|
|
USEPACKAGE("cxTreeListC14.bpi");
|
|
USEPACKAGE("dclcxLibraryC14.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("dxPScxCommonC14.bpi");
|
|
USEPACKAGE("dxThemeC14.bpi");
|
|
USEUNIT("dxPScxTLLnk.pas");
|
|
USEUNIT("dxPScxTLLnkPredefinedStyleSheets.pas");
|
|
USEUNIT("dxPScxTLLnkReg.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|