git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@55 05c56307-c608-d34a-929d-697000501d7a
23 lines
847 B
C++
23 lines
847 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dcldxDockingC11.res");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dxCoreC11.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("dxDockingC11.bpi");
|
|
USEPACKAGE("cxLibraryC11.bpi");
|
|
USEPACKAGE("dclLibraryC11.bpi");
|
|
USEUNIT("dxDockReg.pas");
|
|
USERES("dxDockReg.dcr");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|