Componentes.Terceros.DevExp.../official/x.48/ExpressSkins Library/Packages/dcldxSkinscxSchedulerPainterC14.cpp
2010-01-18 18:33:24 +00:00

21 lines
860 B
C++

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