Componentes.Terceros.DevExp.../official/x.30/ExpressMemData/Packages/dxmdsC5.cpp
2007-12-16 17:06:54 +00:00

18 lines
678 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxmdsc5.res");
USEPACKAGE("vcl50.bpi");
USEUNIT("dxmdaset.pas");
USEPACKAGE("vcldb50.bpi");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------