25 lines
557 B
ObjectPascal
25 lines
557 B
ObjectPascal
|
|
|
||
|
|
{******************************************}
|
||
|
|
{ }
|
||
|
|
{ FastReport v4.0 }
|
||
|
|
{ ISAPI extension library }
|
||
|
|
{ Copyright (c) 2006-2007 }
|
||
|
|
{ by Alexander Fediachov, }
|
||
|
|
{ Fast Reports Inc. }
|
||
|
|
{ }
|
||
|
|
{******************************************}
|
||
|
|
|
||
|
|
library fastreport;
|
||
|
|
|
||
|
|
uses
|
||
|
|
frxISAPI;
|
||
|
|
|
||
|
|
exports
|
||
|
|
GetExtensionVersion,
|
||
|
|
HttpExtensionProc,
|
||
|
|
TerminateExtension;
|
||
|
|
|
||
|
|
begin
|
||
|
|
|
||
|
|
end.
|