FastReport_FMX_2.8.12/FastScript/fsDB6.cpp

17 lines
512 B
C++
Raw Normal View History

2024-01-10 21:50:38 +01:00
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------