Componentes.Terceros.DevExp.../official/x.42/ExpressOrgChart/Packages/dxOrgCC5.cpp

17 lines
651 B
C++
Raw Normal View History

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