Componentes.Terceros.DevExp.../internal/x.36/1/ExpressSkins Library/Packages/dcldxSkinscxSchedulerPainterC11.cpp
2008-09-04 11:31:51 +00:00

20 lines
830 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxSkinscxSchedulerC11.res");
USEPACKAGE("cxSchedulerC11.bpi");
USEPACKAGE("dxSkinscxSchedulerPainterC11.bpi");
USEPACKAGE("dcldxSkinsCoreC11.bpi");
USEPACKAGE("dcldxSkinsDesignHelperC11.bpi");
USEUNIT("dxSkinscxSchedulerPainterReg.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------