git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@44 05c56307-c608-d34a-929d-697000501d7a
19 lines
770 B
C++
19 lines
770 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxComnC14.res");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEFORMNS("dxrgkeya.pas", Dxrgkeya, frmdxAddNewRegKey);
|
|
USEFORMNS("dxreged.pas", Dxreged, frmdxLibREgPathEditor);
|
|
USEUNIT("dxCommon.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|