git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@58 05c56307-c608-d34a-929d-697000501d7a
28 lines
1.0 KiB
C++
28 lines
1.0 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("cxTreeListdxBarPopupMenuC14.res");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxCoreC14.bpi");
|
|
USEPACKAGE("cxLibraryC14.bpi");
|
|
USEPACKAGE("cxDataC14.bpi");
|
|
USEPACKAGE("cxEditorsC14.bpi");
|
|
USEPACKAGE("dxThemeC14.bpi");
|
|
USEPACKAGE("cxPageControlC14.bpi");
|
|
USEPACKAGE("cxExportC14.bpi");
|
|
USEPACKAGE("cxExtEditorsC14.bpi");
|
|
USEPACKAGE("dxBarC14.bpi");
|
|
USEPACKAGE("cxTreeListC14.bpi");
|
|
USEUNIT("cxTLdxBarBuiltInMenu.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|