git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@32 05c56307-c608-d34a-929d-697000501d7a
25 lines
885 B
C++
25 lines
885 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dcldxFlowChartC10.res");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dxCoreC10.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxFlowChartC10.bpi");
|
|
USEUNIT("Dxfchreg.pas");
|
|
USEUNIT("dxEditCon.pas");
|
|
USEUNIT("dxEditObj.pas");
|
|
USEUNIT("dxFcEdit.pas");
|
|
USEUNIT("dxSelUnion.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|