//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dclcxBarEditItemC6.res"); USEPACKAGE("vcl.bpi"); USEPACKAGE("rtl.bpi"); USEPACKAGE("designide.bpi"); USEPACKAGE("VCLX.bpi"); USEPACKAGE("cxLibraryVCLC6.bpi"); USEPACKAGE("dxcomnC6.bpi"); USEPACKAGE("dxBarC6.bpi"); USEPACKAGE("cxBarEditItemC6.bpi"); USEPACKAGE("dclcxLibraryVCLC6.bpi"); USEPACKAGE("dclcxEditorsVCLC6.bpi"); USEPACKAGE("dclcxExtEditorsVCLC6.bpi"); USEUNIT("cxBarEditItemReg.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------