- Mustangpeak Common Library - 1.7.0 - EasyListview - 1.7.0 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.Mustangpeak@2 60b41242-d4b9-2247-b156-4ccd40706241
27 lines
952 B
C++
27 lines
952 B
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("MPCommonLibC5.res");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEUNIT("..\Source\MPCommonObjects.pas");
|
|
USEUNIT("..\Source\MPCommonUtilities.pas");
|
|
USEUNIT("..\Source\MPDataObject.pas");
|
|
USEUNIT("..\Source\MPResources.pas");
|
|
USEUNIT("..\Source\MPShellTypes.pas");
|
|
USEUNIT("..\Source\MPShellUtilities.pas");
|
|
USEUNIT("..\Source\MPThreadManager.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|