Componentes.Terceros.jcl/official/1.96/packages/c6/JclDebugExpertDLL.cpp

27 lines
1.1 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:22:37 UTC
-----------------------------------------------------------------------------
*/
#include <vcl.h>
#include <windows.h>
#pragma hdrstop
USEFORMNS("..\..\experts\debug\JclDebugIdeResult.pas", Jcldebugideresult, JclDebugResultForm);
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Library source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------