git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@63 05c56307-c608-d34a-929d-697000501d7a
33 lines
1.1 KiB
C++
33 lines
1.1 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxPScxPivotGridLnkC5.res");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEUNIT("dxPScxPivotGridLnkReg.pas");
|
|
USEFORMNS("dxPScxPivotGridLnk.pas", DxpscxPivotGridlnk, dxfmPivotGridReportLinkDesignWindow);
|
|
USEPACKAGE("dcldxPSCorec5.bpi");
|
|
USEPACKAGE("dxPSCorec5.bpi");
|
|
USEPACKAGE("cxPivotGridC5.bpi");
|
|
USEPACKAGE("dsnide50.bpi");
|
|
USEPACKAGE("cxDataC5.bpi");
|
|
USEPACKAGE("dxThemeC5.bpi");
|
|
USEPACKAGE("cxEditorsC5.bpi");
|
|
USEPACKAGE("dclcxEditorsC5.bpi");
|
|
USEPACKAGE("dclcxLibraryVCLC5.bpi");
|
|
USEPACKAGE("CXLIBRARYVCLC5.bpi");
|
|
USEPACKAGE("dxPScxCommonC5.bpi");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|