Componentes.Terceros.DevExp.../internal/x.44/1/XP Theme Manager/Packages/dxThemeC6.cpp
2009-06-29 12:09:02 +00:00

25 lines
794 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxThemeC6.res");
USEPACKAGE("vcl.bpi");
USEPACKAGE("rtl.bpi");
USEUNIT("dxUxTheme.pas");
USEUNIT("dxThemeManager.pas");
USEUNIT("dxThemeConsts.pas");
USEUNIT("dxOffice11.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------