Componentes.Terceros.jcl/official/1.96/packages/c5/JclDebugExpertDLLC50.cpp

31 lines
1.2 KiB
C++

//---------------------------------------------------------------------------
/*
-----------------------------------------------------------------------------
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
ALWAYS EDIT THE RELATED XML FILE (JclDebugExpertDLL-L.xml)
Last generated: 26-12-2005 11:30:52 UTC
-----------------------------------------------------------------------------
*/
#include <vcl.h>
#pragma hdrstop
USERES("JclDebugExpertDLLC50.res");
USEUNIT("..\..\experts\debug\JclDebugIdeResult.pas");
USEUNIT("..\..\experts\debug\JclDebugIdeImpl.pas");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("dsnide50.bpi");
USEPACKAGE("JclC50.bpi");
USEPACKAGE("JclBaseExpertC50.bpi");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Library source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------