Componentes.Terceros.DevExp.../internal/x.42/2/ExpressPrinting System/Packages/dxPScxPivotGridLnkC6.cpp

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;
}
//---------------------------------------------------------------------------