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

21 lines
862 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxSkinscxSchedulerC12.res");
USEPACKAGE("dxSkinscxScheduler3PainterC12.bpi");
USEPACKAGE("cxSchedulerC12.bpi");
USEPACKAGE("dxCoreC12.bpi");
USEPACKAGE("dcldxSkinsCoreC12.bpi");
USEPACKAGE("dcldxSkinsDesignHelperC12.bpi");
USEUNIT("dxSkinscxScheduler3PainterReg.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------