git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.FastReport@13 475b051d-3a53-6940-addd-820bf0cfe0d7
23 lines
803 B
C++
23 lines
803 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("frx4.res");
|
|
USEPACKAGE("vcl40.bpi");
|
|
USEUNIT("frxRegDB.pas");
|
|
USERES("frxReg.dcr");
|
|
USEPACKAGE("vcldb40.bpi");
|
|
USEPACKAGE("fs4.bpi");
|
|
USEPACKAGE("fsDB4.bpi");
|
|
USEPACKAGE("frx4.bpi");
|
|
USEPACKAGE("fqb40.bpi");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|