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

24 lines
836 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxEdtrC5.res");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("dxComnC5.bpi");
USEUNIT("dxExEdtr.pas");
USEUNIT("dxCntner.pas");
USEUNIT("dxEditor.pas");
USEUNIT("dxEdStr.pas");
USEUNIT("dxCalc.pas");
USEUNIT("dxGrDate.pas");
USEUNIT("dxUtils.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------