Componentes.Terceros.DevExp.../official/x.42/ExpressSkins Library/Packages/dcldxSkinsdxLCPainterC12.cpp
2009-02-27 12:02:10 +00:00

21 lines
850 B
C++

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