git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@63 05c56307-c608-d34a-929d-697000501d7a
36 lines
1.1 KiB
C++
36 lines
1.1 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <basepch.h>
|
|
#pragma hdrstop
|
|
#pragma package(smart_init)
|
|
|
|
USERES("dxPScxPivotGridLnkC6.res");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dxCoreC6.bpi");
|
|
USEUNIT("dxPScxPivotGridLnkReg.pas");
|
|
USEFORMNS("dxPScxPivotGridLnk.pas", DxpscxPivotGridlnk, dxfmPivotGridReportLinkDesignWindow);
|
|
USEPACKAGE("dcldxPSCoreC6.bpi");
|
|
USEPACKAGE("dxPSCoreC6.bpi");
|
|
USEPACKAGE("cxPivotGridVCLC6.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("cxDataC6.bpi");
|
|
USEPACKAGE("dxThemeC6.bpi");
|
|
USEPACKAGE("cxEditorsVCLC6.bpi");
|
|
USEPACKAGE("dclcxEditorsVCLC6.bpi");
|
|
USEPACKAGE("dclcxLibraryVCLC6.bpi");
|
|
USEPACKAGE("CXLIBRARYVCLC6.bpi");
|
|
USEPACKAGE("dxPScxCommonC6.bpi");
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|