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

20 lines
723 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("EQTLC6.res");
USEPACKAGE("vcl.bpi");
USEPACKAGE("dxEdtrC6.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;
}
//---------------------------------------------------------------------------