Componentes.Terceros.DevExp.../official/x.42/ExpressCore Library/Packages/dxCoreC6.cpp

17 lines
651 B
C++
Raw Permalink Normal View History

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