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

24 lines
834 B
C++

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