git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@63 05c56307-c608-d34a-929d-697000501d7a
24 lines
909 B
C++
24 lines
909 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxPSPrVwAdvC6.res");
|
|
USEPACKAGE("dxCoreC6.bpi");
|
|
USEPACKAGE("dxcomnC6.bpi");
|
|
USEPACKAGE("dxPSCoreC6.bpi");
|
|
USEPACKAGE("dxBarExtItemsC6.bpi");
|
|
USEPACKAGE("dxBarC6.bpi");
|
|
USEPACKAGE("dxThemeC6.bpi");
|
|
USEPACKAGE("cxLibraryVCLC6.bpi");
|
|
USEFORMNS("dxPSPrVwAdv.pas", Dxpsprvwadv, dxfmPreviewWdxBar);
|
|
USEPACKAGE("vcl.bpi");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|