Componentes.Terceros.DevExp.../internal/x.44/1/ExpressQuantumTreeList 3/Packages/eqtlc5.cpp
2009-06-29 12:09:02 +00:00

20 lines
725 B
C++

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