git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@55 05c56307-c608-d34a-929d-697000501d7a
20 lines
729 B
C++
20 lines
729 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxmdsC6.res");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxCoreC6.bpi");
|
|
USEUNIT("dxmdaset.pas");
|
|
USEPACKAGE("dbrtl.bpi");
|
|
USEPACKAGE("vcldb.bpi");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|