Componentes.Terceros.DevExp.../official/x.48/ExpressSkins Library/Packages/dcldxSkinscxSchedulerPainterC14.cpp

21 lines
860 B
C++
Raw Normal View History

//---------------------------------------------------------------------------
#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;
}
//---------------------------------------------------------------------------